FMIceLinkWebSocketReceiveArgs Class Reference

Inherits from FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Declared in FMIceLinkWebSocketReceiveArgs.h
FMIceLinkWebSocketReceiveArgs.m

Overview

Arguments for FMIceLinkWebSocketOpenArgs#onReceive.

– binaryMessage

Gets the message received from the server as binary data.
- (NSMutableData *)binaryMessage

Discussion

Gets the message received from the server as binary data.

Declared In

FMIceLinkWebSocketReceiveArgs.h

– init

- (instancetype)init

Declared In

FMIceLinkSerializable.h

– isText

Gets whether or not the received message is text.
- (bool)isText

Discussion

Gets whether or not the received message is text.

Declared In

FMIceLinkWebSocketReceiveArgs.h

– openArgs

Gets the original arguments passed to the open method.
- (FMIceLinkWebSocketOpenArgs *)openArgs

Discussion

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 *)value

Discussion

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 *)value

Discussion

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 *)value

Discussion

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 *)textMessage

Discussion

Gets the message received from the server as text data.

Declared In

FMIceLinkWebSocketReceiveArgs.h