var address: String?
Returns one of the network addresses of the receiver.
レシーバのネットワークアドレスの1つを返します。
var addresses: [String]
Returns all the network addresses of the receiver.
レシーバのネットワークアドレスの全てを返します。
NSNetServices
.
NSNetServices
をパブリッシュする場合に省略時として使われる名前を返します。
Availability 有効性
Technology
var localizedName: String
? { get }
A string containing the computer name. コンピュータ名を含んでいる文字列。
This is the name displayed in the Finder sidebar, as well as in the Sharing preference panel. これは、Finderサイドバーで、それだけでなく「共有」環境設定パネルで表示される名前です。
This method only returns an NSString
when sent to the the current()
instance, all other instances currently return nil
.
このメソッドがNSString
を返すのは、current()
インスタンスを送った場合だけです、全ての他のインスタンスは現在nil
を返します。
This property is key-value observable. このプロパティは、キー値監視可能です。
var address: String?
var addresses: [String]