 | ZWManagerIsNodeSecurityDevice Method |
Get the security attribute for a node. True if node supports security features.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool IsNodeSecurityDevice(
uint homeId,
byte nodeId
)
Public Function IsNodeSecurityDevice (
homeId As UInteger,
nodeId As Byte
) As Boolean
public:
virtual bool IsNodeSecurityDevice(
[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:
Booleantrue if security features implemented.
See Also