class PacketGen::Types::SInt64le
little endian 8-byte unsigned 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::SInt64::new
# File lib/packetgen/types/int.rb, line 360 def initialize(value=nil) super(value, :little) end