class Tdms::DataType::Boolean

Constants

Id
LengthInBytes

Public Class Methods

read_from_stream(tdms_file) click to toggle source
# File lib/tdms/datatypes.rb, line 134
def self.read_from_stream(tdms_file)
  new(tdms_file.read_bool)
end