class Tdms::DataType::Uint8
Constants
- Id
- LengthInBytes
Public Class Methods
read_from_stream(tdms_file)
click to toggle source
# File lib/tdms/datatypes.rb, line 53 def self.read_from_stream(tdms_file) new(tdms_file.read_u8) end