Represents 1 node discovery, which is created when a Wireless Node Discovery packet is sent from a Node. Note: There are multiple versions of Node Discovery packets which have been developed over time. Each version has added more useful information. If an earlier version of the Node Discovery packet is heard, this NodeDiscovery object will have some information be invalid (set to default values).
Gets the node address of the discovered Node.
The node address of the discovered Node.
Gets the WirelessTypes::Frequency of the discovered Node.
The WirelessTypes::Frequency of the discovered Node.
Gets the PAN Id of the discovered Node. Note: Returns 0 if not present in the packet.
The PAN Id of the discovered Node.
Gets the serial number of the discovered Node. Note: Returns 0 if not present in the packet.
The serial number of the discovered Node.
Gets the firmware version of the discovered Node. Note: Returns 0.0.0 if not present in the packet.
The firmware version of the discovered Node.
Gets the WirelessTypes::DefaultMode of the discovered Node. Note: Returns 999 if not present in the packet.
The WirelessTypes::DefaultMode of the discovered Node.
Gets the result bitmask of the built in test.
A uint32 bitmask representing the result of the built in test.
Gets the base station rssi of the discovered Node.
The base station rssi of the discovered Node.
typedef for a vector of NodeDiscovery objects