MSFKDevice Class Reference
| Inherits from | NSObject |
| Conforms to | NSCoding NSCopying |
| Declared in | MSFKDevice.h MSFKDevice.m |
Tasks
-
ipAddressproperty -
servicePortproperty -
deviceIDproperty -
friendlyNameproperty -
manufacturerproperty -
modelNameproperty -
iconsproperty -
– initWithIPAddress:servicePort:
Properties
deviceID
The device’s unique ID. This is the USN (Unique Service Name) as reported by the SSDP protocol.
@property (nonatomic, copy) NSString *deviceIDDiscussion
The device’s unique ID. This is the USN (Unique Service Name) as reported by the SSDP protocol.
Declared In
MSFKDevice.hfriendlyName
The device’s friendly name. This is a user-assignable name such as “Living Room”.
@property (nonatomic, copy) NSString *friendlyNameDiscussion
The device’s friendly name. This is a user-assignable name such as “Living Room”.
Declared In
MSFKDevice.hicons
An array of MSFKImage objects containing icons for the device.
@property (nonatomic, copy) NSArray *iconsDiscussion
An array of MSFKImage objects containing icons for the device.
Declared In
MSFKDevice.hipAddress
The device’s IPv4 address, in dot-notation. Used when making network requests.
@property (nonatomic, copy) NSString *ipAddressDiscussion
The device’s IPv4 address, in dot-notation. Used when making network requests.
Declared In
MSFKDevice.hmanufacturer
The device’s manufacturer name.
@property (nonatomic, copy) NSString *manufacturerDiscussion
The device’s manufacturer name.
Declared In
MSFKDevice.hInstance Methods
initWithIPAddress:servicePort:
Designated initializer. Constructs a new MSFKDevice with the given IP address.
- (id)initWithIPAddress:(NSString *)ipAddress servicePort:(UInt32)servicePortParameters
- ipAddress
The device’s IPv4 address, in dot-notation.
- servicePort
The device’s service port.
Discussion
Designated initializer. Constructs a new MSFKDevice with the given IP address.
Declared In
MSFKDevice.h