Type Alias: WriteCallback¶
WriteCallback = (
device,name) =>void
A callback for each new vector this client sends.
The device and property name of what was written, and nothing else: the point is not what the value was but that this browser asked for it, which is what separates the vector's next state from telemetry.
Parameters¶
device¶
string
name¶
string
Returns¶
void