Instance Property インスタンスプロパティ

machPort

The Mach port used by the receiver, represented as an integer. レシーバによって使われるMachポート、整数として表されます。

Declaration 宣言

var machPort: UInt32 { get }

Discussion 議論

The Mach port used by the receiver. Cast this value to a mach_port_t when using it with Mach system calls. レシーバによって使われるMachポート。この値をmach_port_tへとキャストしてください、それをMachシステムコールと共に使う場合は。