GCKDynamicDevice ক্লাস
একটি ডিভাইস অবজেক্ট যা একটি মাল্টিজোন গ্রুপের অংশ হতে পারে।
- থেকে
- 4.3.5
উত্তরাধিকারসূত্রে NSObject, <NSCopying>, এবং <NSSecureCoding>।
GCKMultizoneDevice দ্বারা উত্তরাধিকারসূত্রে প্রাপ্ত।
|
(instancetype) | - init |
|
(BOOL) | - hasCapabilities: |
| যদি ডিভাইসটি প্রদত্ত ক্ষমতা সমর্থন করে তবে YES প্রদান করে। আরও...
|
|
- (BOOL) hasCapabilities: |
|
(GCKDeviceCapabilities) |
deviceCapabilities |
|
যদি ডিভাইসটি প্রদত্ত ক্ষমতা সমর্থন করে তবে YES
প্রদান করে।
- Parameters
-
- (NSString*) friendlyName |
|
read nonatomic copy |
ডিভাইসটির বন্ধুত্বপূর্ণ নাম।
- (GCKDeviceCapabilities) capabilities |
|
read nonatomic assign |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 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."]]],["The `GCKDynamicDevice` class represents a device in a multizone group. It can be initialized via `-init`. Key actions include checking device capabilities using `hasCapabilities:`, which verifies if the device supports specific capabilities using a bitwise-OR of `GCKDeviceCapability` constants. Core information includes the device's `deviceID`, a unique identifier; `friendlyName`, the user-friendly device name; and `capabilities`, which are the device's operational abilities, all accessible as read-only properties.\n"]]