 | ZWManagerCreateButton Method |
Create a handheld button id.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool CreateButton(
uint homeId,
byte nodeId,
byte buttonid
)
Public Function CreateButton (
homeId As UInteger,
nodeId As Byte,
buttonid As Byte
) As Boolean
public:
virtual bool CreateButton(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned char nodeId,
[InAttribute] unsigned char buttonid
) sealed
Parameters
- homeId
- Type: SystemUInt32
The HomeID of the Z-Wave network - nodeId
- Type: SystemByte
the ID of the Virtual Node - buttonid
- Type: SystemByte
[Missing <param name="buttonid"/> documentation for "M:OpenZWave.ZWManager.CreateButton(System.UInt32,System.Byte,System.Byte)"]
Return Value
Type:
Booleanif the CreateButton Command was send succesfully to the Controller
RemarksOnly intended for Bridge Firmware Controllers.
Results of the CreateButton Command will be send as a Notification with the Notification type as
Notification::Type_ControllerCommand
See Also