GCKDynamicDevice Class

  • GCKDynamicDevice is a device object that can be part of a multizone group, introduced in version 4.3.5.

  • It includes instance methods such as hasCapabilities: to check if the device supports specific capabilities.

  • Key properties include deviceID for the unique identifier, friendlyName for a human-readable name, and capabilities representing the device's supported features.

GCKDynamicDevice Class Reference

Overview

A device object that can be part of a multizone group.

Since
4.3.5

Inherits NSObject, <NSCopying>, and <NSSecureCoding>.

Inherited by GCKMultizoneDevice.

Instance Method Summary

(instancetype) - init
 
(BOOL) - hasCapabilities:
 Returns YES if the device supports the given capabilities. More...
 

Property Summary

NSString * deviceID
 The unique device ID. More...
 
NSString * friendlyName
 The friendly name of the device. More...
 
GCKDeviceCapabilities capabilities
 The device capabilities. More...
 

Method Detail

- (BOOL) hasCapabilities: (GCKDeviceCapabilities)  deviceCapabilities

Returns YES if the device supports the given capabilities.

Parameters
deviceCapabilitiesA bitwise-OR of one or more of the GCKDeviceCapability constants.

Property Detail

- (NSString*) deviceID
readnonatomiccopy

The unique device ID.

- (NSString*) friendlyName
readnonatomiccopy

The friendly name of the device.

- (GCKDeviceCapabilities) capabilities
readnonatomicassign

The device capabilities.