Method: Radiator::Type::Uint16#to_bytes

Defined in:
lib/radiator/type/u_int16.rb

#to_bytesObject


10
11
12
# File 'lib/radiator/type/u_int16.rb', line 10

def to_bytes
  [@value].pack('S')
end