Declared in MCOConstants.h

MCOConnectionType

It’s the connection type.

Definition

typedef NS_OPTIONS(NSInteger, MCOConnectionType ) {
   MCOConnectionTypeClear = 1 < < 0,
   MCOConnectionTypeStartTLS = 1 < < 1,
   MCOConnectionTypeTLS = 1 < < 2,
};

Constants

MCOConnectionTypeClear

Clear-text connection for the protocol.

Declared In MCOConstants.h.

MCOConnectionTypeStartTLS

on the same TCP connection.

Declared In MCOConstants.h.

MCOConnectionTypeTLS

Encrypted connection using TLS/SSL.

Declared In MCOConstants.h.

Declared In

MCOConstants.h