Int8 is a one byte value.
Methods
Class Public methods
Source: show
# File lib/packetfu/structfu.rb, line 98 def initialize(v=nil) super(v,nil,w=1) @packstr = "C" end
Instance Public methods
Returns a one byte value as a packed string.
Source: show
# File lib/packetfu/structfu.rb, line 104 def to_s [(self.v || self.d)].pack("C") end