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