Initializernmggithub.kass 3.2.4MachCore
init(descriptors:payload:)
Creates a message with a set of descriptors and a payload.
init(descriptors: [any Mach.MessageDescriptor]? = nil, payload: PayloadType)
Creates a message with a set of descriptors and a payload.
init(descriptors: [any Mach.MessageDescriptor]? = nil, payload: PayloadType)
s8MachCore0A0V23MessageWithTypedPayloadPAAE11descriptors7payloadxSayAC0C10Descriptor_pGSg_0F4TypeQztcfc
What are these?96THE
import MachCore
The core module for interacting with the Mach kernel.
protocol MessageWithTypedPayload : Mach.Message
A message with a typed payload.
struct Mach
The Mach kernel.
protocol MessageDescriptor
A descriptor for a message body.
associatedtype PayloadType : Mach.MessagePayload
var typedPayload: PayloadType? { get set }
The typed message payload.