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