GCKDynamicDevice クラス
マルチゾーン グループに含めることができるデバイス オブジェクト。
- 開始:
- 4.3.5
NSObject、<NSCopying>、<NSSecureCoding> を継承します。
GCKMultizoneDevice によって継承されます。
- (BOOL) hasCapabilities: |
|
(GCKDeviceCapabilities) |
deviceCapabilities |
|
デバイスが指定された機能をサポートしている場合、YES
を返します。
- Parameters
-
- (NSString*) friendlyName |
|
readnonatomiccopy |
- (GCKDeviceCapabilities) capabilities |
|
readnonatomicassign |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 2023-12-02 UTC。"],[[["The `GCKDynamicDevice` class represents a device that can be part of a multizone group and inherits from `NSObject`, `NSCopying`, and `NSSecureCoding`."],["It provides properties to access the device's unique ID (`deviceID`), friendly name (`friendlyName`), and capabilities (`capabilities`)."],["You can check if a device supports specific capabilities using the `hasCapabilities:` instance method."],["This class is the base class for `GCKMultizoneDevice`, which handles multizone functionalities."]]],[]]