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