Class: RubyVolt::DataType::Null
- Inherits:
-
Byte
- Object
- RubyVolt::DataType
- Basic
- FixedSize
- IntegerType
- Byte
- RubyVolt::DataType::Null
- Defined in:
- lib/ruby_volt/data_type/basic/fixed_size/null.rb
Constant Summary
Constants inherited from Byte
Byte::DIRECTIVE, Byte::LENGTH, Byte::NULL_INDICATOR
Class Method Summary collapse
Methods inherited from FixedSize
Methods inherited from Basic
Methods inherited from RubyVolt::DataType
classifyDataType, testpacking, voltDataType
Class Method Details
.pack ⇒ Object
6 7 8 |
# File 'lib/ruby_volt/data_type/basic/fixed_size/null.rb', line 6 def pack(*) super(Byte::NULL_INDICATOR) end |