HomeKit.HMAccessory Members

The members of HomeKit.HMAccessory are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
Blockedbool. Documentation for this section has not yet been entered.
[read-only]
Bridgedbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateIHMAccessoryDelegate. An instance of the HomeKit.HMAccessoryDelegate model class which acts as the class delegate.
[read-only]
IdentifierFoundation.NSUuid. Documentation for this section has not yet been entered.
[read-only]
IdentifiersForBridgedAccessoriesFoundation.NSUuid[]. Documentation for this section has not yet been entered.
[read-only]
Namestring. Documentation for this section has not yet been entered.
[read-only]
Reachablebool. Documentation for this section has not yet been entered.
[read-only]
RoomHMRoom. Documentation for this section has not yet been entered.
[read-only]
ServicesHMService[]. Documentation for this section has not yet been entered.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

Identify(Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
IdentifyAsync() : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
UpdateName(string, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
UpdateNameAsync(string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the HMAccessory object.

Public Events

DidUpdateAssociatedServiceTypeEvent raised by the object.
DidUpdateNameEvent raised by the object.
DidUpdateNameForServiceEvent raised by the object.
DidUpdateReachabilityEvent raised by the object.
DidUpdateServicesEvent raised by the object.
DidUpdateValueForCharacteristicEvent raised by the object.