Structurenmggithub.kass 3.2.4MachCore
ErrorPayload
ErrorReply.swift:13struct ErrorPayload
struct ErrorPayload
import MachCore
The core module for interacting with the Mach kernel.
final class MIGErrorReply
An error reply to a MIG request.
struct Mach
The Mach kernel.
var error: Swift.Error { get }
The error represented by the reply.
protocol BitwiseCopyable
protocol MIGPayload : Mach.MessagePayload
A payload for a MIG message.
protocol MessagePayload
A message payload.
protocol TrivialMessagePayload : BitwiseCopyable, Mach.MessagePayload
A payload with a fixed length and trivial representation.
var NDR: NDR_record_t
var returnCode: kern_return_t
static func fromRawPayloadBuffer(_ buffer: UnsafeRawBufferPointer) -> Self?
func toRawPayloadBuffer() -> UnsafeRawBufferPointer