+ portWithMachPort:options:
Creates and returns a port object configured with the specified options and the given Mach port.
あるポートオブジェクトを作成して返します、指定されたオプションと与えられたMachポートで構成設定されます。
- initWithMachPort:
Initializes a newly allocated
NSMachPort
object with a given Mach port.
新しくアロケートされたNSMachPort
オブジェクトをある与えられたMachポートで初期化します。
- initWithMachPort:options:
Initializes a newly allocated
NSMachPort
object with a given Mach port and the specified options.
新しくアロケートされたNSMachPort
オブジェクトをある与えられたMachポートと指定されたオプションで初期化します。