Help for this page

Select Code to Download


  1. or download this
    int
    tdSensor( protocol, protocolLen, model, modelLen, id, dataTypes )
    ...
        RETVAL
        id
        dataTypes
    
  2. or download this
    int
    _tdSensor( protocol, protocolLen, model, modelLen, id, dataTypes )
    ...
        RETVAL
        id
        dataTypes
    
  3. or download this
    sub tdSensor {
        my( $protocolLen, $modelLen ) = @_;
    ...
            for $protocol, $model;
        return( $ret, $protocol, $model, $id, $dataTypes );
    }