 | ZWManagerIsNodeFrequentListeningDevice Method |
Get whether the node is a frequent listening device that goes to sleep but
can be woken up by a beam. Useful to determine node and controller consistency.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool IsNodeFrequentListeningDevice(
uint homeId,
byte nodeId
)
Public Function IsNodeFrequentListeningDevice (
homeId As UInteger,
nodeId As Byte
) As Boolean
public:
virtual bool IsNodeFrequentListeningDevice(
[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 it is a frequent listening node.
See Also