Click or drag to resize

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
Syntax
public byte GetNodeSecurity(
	uint homeId,
	byte nodeId
)

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: Byte
the node's security byte
See Also