nodeGetStringProperty

nodeGetStringProperty

Method of Antilatency.DeviceNetwork.INetwork
Get the node's string property value.
string nodeGetStringProperty(​NodeHandle node, string key);

Parameters

NodeHandle node
Node handle to get string property from.
string key
Property key. Some predefined properties are defined in the Interop.Constants. Most of them are valid for every Antilatency device.

Return value

string
The node's string property value from device properties cache.