RCMessageDirection Constants Reference

Declared in RCStatusDefine.h

RCMessageDirection

消息的方向

Definition

typedef NS_ENUM(NSUInteger, RCMessageDirection ) {
   MessageDirection_SEND = 1,
   MessageDirection_RECEIVE = 2,
};

Constants

MessageDirection_SEND
 发送

Declared In RCStatusDefine.h.

MessageDirection_RECEIVE
 接收

Declared In RCStatusDefine.h.

Declared In

RCStatusDefine.h