FMIceLinkWebSocketReceiveArgs Class Reference
| Inherits from | FMIceLinkDynamic : FMIceLinkSerializable : NSObject |
|---|---|
| Declared in | FMIceLinkWebSocketReceiveArgs.h FMIceLinkWebSocketReceiveArgs.m |
– binaryMessage
Gets the message received from the server as binary data.
- (NSMutableData *)binaryMessageDiscussion
Gets the message received from the server as binary data.
Declared In
FMIceLinkWebSocketReceiveArgs.h
– isText
Gets whether or not the received message is text.
- (bool)isTextDiscussion
Gets whether or not the received message is text.
Declared In
FMIceLinkWebSocketReceiveArgs.h
– openArgs
Gets the original arguments passed to the open method.
- (FMIceLinkWebSocketOpenArgs *)openArgsDiscussion
Gets the original arguments passed to the open method.
Declared In
FMIceLinkWebSocketReceiveArgs.h
– setBinaryMessage:
Sets the message received from the server as binary data.
- (void)setBinaryMessage:(NSMutableData *)valueDiscussion
Sets the message received from the server as binary data.
Declared In
FMIceLinkWebSocketReceiveArgs.h
– setOpenArgs:
Sets the original arguments passed to the open method.
- (void)setOpenArgs:(FMIceLinkWebSocketOpenArgs *)valueDiscussion
Sets the original arguments passed to the open method.
Declared In
FMIceLinkWebSocketReceiveArgs.h
– setTextMessage:
Sets the message received from the server as text data.
- (void)setTextMessage:(NSString *)valueDiscussion
Sets the message received from the server as text data.
Declared In
FMIceLinkWebSocketReceiveArgs.h
– textMessage
Gets the message received from the server as text data.
- (NSString *)textMessageDiscussion
Gets the message received from the server as text data.
Declared In
FMIceLinkWebSocketReceiveArgs.h