Role
public enum Role
extension Role: CustomStringConvertible
接続するクライアントのロールを表します。
-
送信のみ
Declaration
Swift
case sendonly -
受信のみ
Declaration
Swift
case recvonly -
送受信
Declaration
Swift
case sendrecv -
文字列表現を返します。
Declaration
Swift
public var description: String { get }
View on GitHub
Install in Dash