 | ZWManagerGetNodeSecurity Method |
Get the security byte for a node. Bit meanings are still to be determined.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic byte GetNodeSecurity(
uint homeId,
byte nodeId
)
Public Function GetNodeSecurity (
homeId As UInteger,
nodeId As Byte
) As Byte
public:
virtual unsigned char GetNodeSecurity(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned char nodeId
) sealed
Parameters
- homeId
- Type: SystemUInt32
The Home ID of the Z-Wave controller that manages the node. - nodeId
- Type: SystemByte
The ID of the node to query.
Return Value
Type:
Bytethe node's security byte
See Also