Instance Propertynmggithub.kass 3.2.4MachCore
otherBits
The other configuration bits.
var otherBits: UInt32 { get set }
The other configuration bits.
var otherBits: UInt32 { 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 UInt32
A 32-bit unsigned integer value type.
var isMessageComplex: Bool { get set }
Whether the message is complex.
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.