MCPeerID

1269 ワード

MCPeerIDは、ポイント・ツー・ポイント通信中のデバイスを表す.

Peer Methods

///  MCPeerID
///
/// - parameter myDisplayName :  ,UTF-8 63bytes
///
/// - returns: void
public init(displayName myDisplayName: String)

///  
public var displayName: String { get }

 

Appendix


Sample Code


Swift

Multipeer Connectivity Framework Reference
MCPeerID Class Reference

Revision History


時間
説明
2016-01-21
博文完成

CSDN:http://blog.csdn.net/y550918116j
GitHub:https://github.com/937447974/Blog