Click or drag to resize

ZWManagerGetNodeMaxBaudRate Method

Get the maximum baud rate of a node's communications

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public uint GetNodeMaxBaudRate(
	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: UInt32
the baud rate in bits per second.
See Also