Class: HrrRbSsh::DataType
- Inherits:
-
Object
- Object
- HrrRbSsh::DataType
- Defined in:
- lib/hrr_rb_ssh/data_type.rb,
lib/hrr_rb_ssh/data_type/byte.rb,
lib/hrr_rb_ssh/data_type/mpint.rb,
lib/hrr_rb_ssh/data_type/string.rb,
lib/hrr_rb_ssh/data_type/uint32.rb,
lib/hrr_rb_ssh/data_type/uint64.rb,
lib/hrr_rb_ssh/data_type/boolean.rb,
lib/hrr_rb_ssh/data_type/name_list.rb
Overview
DataType is a parent class of classes that provide methods to convert value and binary string each other.
Defined Under Namespace
Classes: Boolean, Byte, Mpint, NameList, String, Uint32, Uint64