HMCharacteristicProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Common capabilities of an HMCharacteristic, such as whether it's writable or supports events.
[ObjCRuntime.TV(10, 0)]
public class HMCharacteristicProperties
type HMCharacteristicProperties = class
- Inheritance
-
HMCharacteristicProperties
- Attributes
Constructors
HMCharacteristicProperties() |
Properties
Readable |
Gets or sets a value that tells whether the property is readable. |
SupportsBonjourNotification |
Gets or sets a value that tells whether the property support bonjour notifications. |
SupportsChangeNumber |
Gets or sets a value that tells whether the property supports numbered changes. |
SupportsEventNotification |
Gets or sets a value that tells whether the property supports event notifications. |
Writable |
Gets or sets a value that tells whether the property is writable. |