Skip to content

SRConnState

Ju Liaoyuan edited this page Dec 20, 2022 · 1 revision

SRConnState Constants Reference

  Declared in SRCode.h

SRConnState

Definition

typedef NS_ENUM(NSInteger, SRConnState ) {   
    
    SRConnStateUnknown = -1,
    
    SRConnStateConnecting = 0,
    
    SRConnStateConnected = 1,
    
    SRConnStateDisconnect = 2,
    
};

Constants

SRConnStateUnknown

   Declared In SRCode.h.

SRConnStateConnecting

   Declared In SRCode.h.

SRConnStateConnected

   Declared In SRCode.h.

SRConnStateDisconnect

   Declared In SRCode.h.

Clone this wiki locally