HomeKit.HMHome: Method Members

The methods of HomeKit.HMHome are listed below. For a list of all members, see the HMHome Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

AddAccessory(HMAccessory, Action<Foundation.NSError>)
Documentation for this section has not yet been entered.
AddAccessoryAsync(HMAccessory) : System.Threading.Tasks.Task
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) : System.Threading.Tasks.Task<HMActionSet>
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) : System.Threading.Tasks.Task<HMRoom>
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) : System.Threading.Tasks.Task<HMServiceGroup>
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) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
AddUser(Action<HMUser, Foundation.NSError>)
Documentation for this section has not yet been entered.
AddUserAsync() : System.Threading.Tasks.Task<HMUser>
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) : System.Threading.Tasks.Task<HMZone>
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) : System.Threading.Tasks.Task
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) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
GetRoomForEntireHome() : HMRoom
Documentation for this section has not yet been entered.
GetServices(HMServiceType) : HMService[]
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) : System.Threading.Tasks.Task
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) : System.Threading.Tasks.Task
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) : System.Threading.Tasks.Task
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) : System.Threading.Tasks.Task
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) : System.Threading.Tasks.Task
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) : System.Threading.Tasks.Task
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) : System.Threading.Tasks.Task
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) : 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 HMHome object.