Instance Propertynmggithub.kass 3.2.4MachCore
localPortDisposition
The disposition to apply to the local port.
var localPortDisposition: Mach.PortDisposition { get set }
The disposition to apply to the local port.
var localPortDisposition: Mach.PortDisposition { get set }
s8MachCore0A0V17MessageHeaderBitsV20localPortDispositionAC0gH0Vvp
What are these?3OLQG
import MachCore
The core module for interacting with the Mach kernel.
struct MessageHeaderBits
Configuration bits in a message header.
struct Mach
The Mach kernel.
struct PortDisposition
Processing to perform on a port.
var remotePortDisposition: Mach.PortDisposition { get set }
The disposition to apply to the remote port.
var voucherPortDisposition: Mach.PortDisposition { get set }
The disposition to apply to the voucher port.
init(rawValue: mach_msg_bits_t)
Represents existing configuration bits.
var isMessageComplex: Bool { get set }
Whether the message is complex.
var otherBits: UInt32 { get set }
The other configuration bits.
var rawValue: mach_msg_bits_t
The raw configuration bits.