Help for this page

Select Code to Download


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