NBMJSONRPCConnectionState Constants Reference

Declared in NBMJSONRPCClient.h

NBMJSONRPCConnectionState

Definition

typedef NS_ENUM(NSInteger, NBMJSONRPCConnectionState ) {
   NBMJSONRPCConnectionStateOpening,
   NBMJSONRPCConnectionStateOpen,
   NBMJSONRPCConnectionStateClosing,
   NBMJSONRPCConnectionStateClosed,
};

Constants

NBMJSONRPCConnectionStateOpening

Declared In NBMJSONRPCClient.h.

NBMJSONRPCConnectionStateOpen

Declared In NBMJSONRPCClient.h.

NBMJSONRPCConnectionStateClosing

Declared In NBMJSONRPCClient.h.

NBMJSONRPCConnectionStateClosed

Declared In NBMJSONRPCClient.h.