Instance Propertynmggithub.kass 3.2.4MachCore
isMessageComplex
Whether the message is complex.
var isMessageComplex: Bool { get set }
Whether the message is complex.
var isMessageComplex: Bool { get set }
import MachCore
The core module for interacting with the Mach kernel.
struct MessageHeaderBits
Configuration bits in a message header.
struct Mach
The Mach kernel.
@frozen struct Bool
A value type whose instances are either true
or false
.
var otherBits: UInt32 { get set }
The other configuration bits.
init(rawValue: mach_msg_bits_t)
Represents existing configuration bits.
var localPortDisposition: Mach.PortDisposition { get set }
The disposition to apply to the local port.
var rawValue: mach_msg_bits_t
The raw configuration bits.
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.