- or download this
int WINAPI tdSensor(
char * protocol,
...
Returns:
TELLSTICK_SUCCESS if there is more sensors to be fetched.
- or download this
int
tdSensor(protocol, protocolLen, model, modelLen, id, dataTypes)
...
int modelLen
int * id
int * dataTypes
- or download this
TYPEMAP
int * T_PTR
- or download this
my $protocol = "aaaaaaaaaaaaaaaaaaaaaaaaa";
my $model = "bbbbbbbbbbbbbbbbbbbbbbbbb";
...
print "res: $res, protocol: $protocol, model: $model, sensorId: $sen
+sorId, dataTypes: $dataTypes\n";
}