Instance Property
インスタンスプロパティ
address
Returns one of the network addresses of the receiver.
レシーバのネットワークアドレスの1つを返します。
Return Value
戻り値
One of the network address for the receiver. For example, "192.42.172.1"
or "fe80::1"
.
レシーバに対するネットワークアドレスの1つ。例えば、"192.42.172.1"
または"fe80::1"
。
See Also
参照
Getting Host Information
ホスト情報を得る
var name: String?
Returns one of the hostnames of the receiver.
レシーバのホスト名の1つを返します。
Deprecated
非推奨
var localizedName: String?
Returns the name used as by default when publishing NSNetServices
.
NSNetServices
をパブリッシュする場合に省略時として使われる名前を返します。
Deprecated
非推奨
var names: [String]
Returns all the hostnames of the receiver.
レシーバのホスト名の全てを返します。
Deprecated
非推奨