Uses of Class
peak.canlight.CANTimestamp

Packages that use CANTimestamp
peak.canlight   
peak.demo   
 

Uses of CANTimestamp in peak.canlight
 

Methods in peak.canlight with parameters of type CANTimestamp
 int CANLight.readEx(CANMessage message, CANTimestamp rcvTime)
          Reads the next message.
 

Uses of CANTimestamp in peak.demo
 

Methods in peak.demo that return CANTimestamp
 CANTimestamp TableDataRow.getRcvTime()
           
 

Methods in peak.demo with parameters of type CANTimestamp
 void TableDataRow.setRcvTime(CANTimestamp rcvTime)