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