The members of HomeKit.HMHome are listed below.
See Also: Inherited members from Foundation.NSObject
| 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. |
| [read-only] | Accessories | HMAccessory[]. Documentation for this section has not yet been entered. |
| [read-only] | ActionSets | HMActionSet[]. Documentation for this section has not yet been entered. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IHMHomeDelegate. An instance of the HomeKit.HMHomeDelegate model class which acts as the class delegate. | |
| [read-only] | Name | string. Documentation for this section has not yet been entered. |
| [read-only] | Primary | bool. Documentation for this section has not yet been entered. |
| [read-only] | Rooms | HMRoom[]. Documentation for this section has not yet been entered. |
| [read-only] | ServiceGroups | HMServiceGroup[]. Documentation for this section has not yet been entered. |
| [read-only] | Triggers | HMTrigger[]. Documentation for this section has not yet been entered. |
| [read-only] static | UserFailedAccessoriesKey | Foundation.NSString. Represents the value associated with the constant HMUserFailedAccessoriesKey |
| [read-only] | Users | HMUser[]. Documentation for this section has not yet been entered. |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type | |
| [read-only] | Zones | HMZone[]. Documentation for this section has not yet been entered. |
AddAccessory(HMAccessory, Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
AddAccessoryAsync(HMAccessory)Documentation for this section has not yet been entered. | ||
AddActionSet(string, Action<HMActionSet, Foundation.NSError>)Documentation for this section has not yet been entered. | ||
AddActionSetAsync(string)Documentation for this section has not yet been entered. | ||
AddRoom(string, Action<HMRoom, Foundation.NSError>)Documentation for this section has not yet been entered. | ||
AddRoomAsync(string)Documentation for this section has not yet been entered. | ||
AddServiceGroup(string, Action<HMServiceGroup, Foundation.NSError>)Documentation for this section has not yet been entered. | ||
AddServiceGroupAsync(string)Documentation for this section has not yet been entered. | ||
AddTrigger(HMTrigger, Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
AddTriggerAsync(HMTrigger)Documentation for this section has not yet been entered. | ||
AddUser(Action<HMUser, Foundation.NSError>)Documentation for this section has not yet been entered. | ||
AddUserAsync()Documentation for this section has not yet been entered. | ||
AddZone(string, Action<HMZone, Foundation.NSError>)Documentation for this section has not yet been entered. | ||
AddZoneAsync(string)Documentation for this section has not yet been entered. | ||
AssignAccessory(HMAccessory, HMRoom, Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
AssignAccessoryAsync(HMAccessory, HMRoom)Documentation for this section has not yet been entered. | ||
ExecuteActionSet(HMActionSet, Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
ExecuteActionSetAsync(HMActionSet)Documentation for this section has not yet been entered. | ||
GetRoomForEntireHome()Documentation for this section has not yet been entered. | ||
GetServices(HMServiceType)Documentation for this section has not yet been entered. | ||
RemoveAccessory(HMAccessory, Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
RemoveAccessoryAsync(HMAccessory)Documentation for this section has not yet been entered. | ||
RemoveActionSet(HMActionSet, Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
RemoveActionSetAsync(HMActionSet)Documentation for this section has not yet been entered. | ||
RemoveRoom(HMRoom, Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
RemoveRoomAsync(HMRoom)Documentation for this section has not yet been entered. | ||
RemoveServiceGroup(HMServiceGroup, Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
RemoveServiceGroupAsync(HMServiceGroup)Documentation for this section has not yet been entered. | ||
RemoveTrigger(HMTrigger, Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
RemoveTriggerAsync(HMTrigger)Documentation for this section has not yet been entered. | ||
RemoveUser(HMUser, Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
RemoveUserAsync(HMUser)Documentation for this section has not yet been entered. | ||
RemoveZone(HMZone, Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
RemoveZoneAsync(HMZone)Documentation for this section has not yet been entered. | ||
UnblockAccessory(HMAccessory, Action<Foundation.NSError>)Documentation for this section has not yet been entered. | ||
UnblockAccessoryAsync(HMAccessory)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)Documentation for this section has not yet been entered. | ||
| DidAddAccessory | Event raised by the object. | |
| DidAddActionSet | Event raised by the object. | |
| DidAddRoom | Event raised by the object. | |
| DidAddRoomToZone | Event raised by the object. | |
| DidAddService | Event raised by the object. | |
| DidAddServiceGroup | Event raised by the object. | |
| DidAddTrigger | Event raised by the object. | |
| DidAddUser | Event raised by the object. | |
| DidAddZone | Event raised by the object. | |
| DidEncounterError | Event raised by the object. | |
| DidRemoveAccessory | Event raised by the object. | |
| DidRemoveActionSet | Event raised by the object. | |
| DidRemoveRoom | Event raised by the object. | |
| DidRemoveRoomFromZone | Event raised by the object. | |
| DidRemoveService | Event raised by the object. | |
| DidRemoveServiceGroup | Event raised by the object. | |
| DidRemoveTrigger | Event raised by the object. | |
| DidRemoveUser | Event raised by the object. | |
| DidRemoveZone | Event raised by the object. | |
| DidUnblockAccessory | Event raised by the object. | |
| DidUpdateActionsForActionSet | Event raised by the object. | |
| DidUpdateNameForActionSet | Event raised by the object. | |
| DidUpdateNameForHome | Event raised by the object. | |
| DidUpdateNameForRoom | Event raised by the object. | |
| DidUpdateNameForServiceGroup | Event raised by the object. | |
| DidUpdateNameForTrigger | Event raised by the object. | |
| DidUpdateNameForZone | Event raised by the object. | |
| DidUpdateRoom | Event raised by the object. | |
| DidUpdateTrigger | Event raised by the object. |