FMWebSocketReceiveArgs Class Reference

Inherits from FMDynamic : FMSerializable : NSObject
Declared in FM.h

Overview

Arguments for .

– 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

FM.h

– init

- (id)init

Declared In

FM.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

FM.h

– openArgs

Gets the original arguments passed to the open method.

- (FMWebSocketOpenArgs *)openArgs

Discussion

Gets the original arguments passed to the open method.

Declared In

FM.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

FM.h

– setOpenArgs:

Sets the original arguments passed to the open method.

- (void)setOpenArgs:(FMWebSocketOpenArgs *)value

Discussion

Sets the original arguments passed to the open method.

Declared In

FM.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

FM.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

FM.h