Package vtrace :: Package platforms :: Package darwin :: Class mach_msg_header_t
[hide private]
[frames] | no frames]

Class mach_msg_header_t

source code

ctypes.Structure --+
                   |
                  mach_msg_header_t

Class Variables [hide private]
  _fields_ = [('msgh_bits', mach_msg_bits_t), ('msgh_size', mach...
Class Variable Details [hide private]

_fields_

Value:
[('msgh_bits', mach_msg_bits_t), ('msgh_size', mach_msg_size_t), ('msg\
h_remote_port', mach_port_t), ('msgh_local_port', mach_port_t), ('msgh\
_reserved', mach_msg_size_t), ('msgh_id', mach_msg_id_t),]