MCOConnectionType Constants Reference
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
Declared In
MCOConstants.h