class PacketGen::Types::Int24le
little endian 3-byte unsigned integer @author Sylvain Daubert @since 2.1.4
Public Class Methods
new(value=nil)
click to toggle source
@param [Integer, nil] value
Calls superclass method
PacketGen::Types::Int24::new
# File lib/packetgen/types/int.rb, line 238 def initialize(value=nil) super(value, :little) end