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