SocketAckStatus
public enum SocketAckStatus : String
The status of an ack.
-
The ack timed out.
Declaration
Swift
case noAck = "NO ACK"
-
Tests whether a string is equal to a given SocketAckStatus
Declaration
Swift
public static func == (lhs: String, rhs: SocketAckStatus) -> Bool
-
Tests whether a string is equal to a given SocketAckStatus
Declaration
Swift
public static func == (lhs: SocketAckStatus, rhs: String) -> Bool