No results found.
An object representing a receiver device. More...
#import <GCKDevice.h>
YES
An object representing a receiver device.
Looks up an attribute in the object.
nil
Extracts the device category from a device unique ID.
Used when making network requests. This will be an empty string for GCKDevice objects that are created with an IPv6 address.
Returns YES if the device supports the given capabilities.
Tests if this device refers to the same physical device as another.
Returns YES if both GCKDevice objects have the same category, device ID, IP address, service port, and protocol version.
Removes all attributes from the object.
Removes an attribute from the object.
Sets an arbitrary attribute in the object.
May be used by custom device providers to store device-specific information for non-Cast devices.
The device category, a string that uniquely identifies the type of device.
Cast devices have a category of kGCKCastDeviceCategory.
A unique identifier for the device.
The device's protocol version.
The device's friendly name.
This is a user-assignable name such as "Living Room".
An array of GCKImage objects containing icons for the device.
YES if this device is on the local network.
The device's model name.
The device's IP address.
Used when making network requests.
The device's service port.
The device's status at the time that it was most recently scanned.
The status text reported by the currently running receiver application, if any.
The device type.
A globally unique ID for this device.
This is a concatenation of the category and deviceID properties.