BMXConnectStatus

Declared in BMXDefines.h

BMXConnectStatus

Definition

typedef NS_ENUM(NSUInteger, BMXConnectStatus ) {   
    
    BMXConnectStatusDisconnected,
    
    BMXConnectStatusConnected,
    
};

Constants

BMXConnectStatusDisconnected

Declared In BMXDefines.h.

BMXConnectStatusConnected

Declared In BMXDefines.h.

Last updated

Was this helpful?