class Twib::Switch::Debug::Event::ExitProcess
Constants
- TYPE
Attributes
type[R]
Public Instance Methods
event_type()
click to toggle source
# File lib/twib/switch/debug.rb, line 59 def event_type :exit_process end
unpack_specific(pack)
click to toggle source
# File lib/twib/switch/debug.rb, line 56 def unpack_specific(pack) @type = pack.unpack("L<") end