class Twib::Switch::Debug::Event::AttachProcess

Constants

TYPE

Attributes

mmu_flags[R]
process_id[R]
process_name[R]
title_id[R]

Public Instance Methods

event_type() click to toggle source
# File lib/twib/switch/debug.rb, line 37
def event_type
  :attach_process
end
unpack_specific(pack) click to toggle source
# File lib/twib/switch/debug.rb, line 34
def unpack_specific(pack)
  @title_id, @process_id, @process_name, @mmu_flags = pack.unpack("Q<Q<Z12L<")
end