Libraries
»
radiator
(0.4.9)
»
Index
»
Radiator
»
Type
»
Uint16
»
#to_bytes
Method: Radiator::Type::Uint16#to_bytes
Defined in:
lib/radiator/type/u_int16.rb
#
to_bytes
⇒
Object
10 11 12
# File 'lib/radiator/type/u_int16.rb', line 10
def
to_bytes
[
@value
]
.
pack
(
'
S
'
)
end