nodeGetBinaryProperty

nodeGetBinaryProperty

Method of Antilatency.DeviceNetwork.INetwork
Get the node's binary property value.
byte[] nodeGetBinaryProperty(​NodeHandle node, string key);

Parameters

NodeHandle node
Node handle to get binary property from.
string key
Property key.

Return value

byte[]
The node's binary property value from device properties cache.