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

machPort

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

Declaration 宣言

@property(readonly) uint32_t machPort;

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システムコールと共に使う場合は。