FMWebSocketSendArgs Class Reference

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

Overview

Send arguments for the class.

– binaryMessage

Gets the message to send as binary data.

- (NSMutableData *)binaryMessage

Discussion

Gets the message to send as binary data.

Declared In

FM.h

– init

Creates a new instance.

- (id)init

Discussion

Creates a new instance.

Declared In

FM.h

– setBinaryMessage:

Sets the message to send as binary data.

- (void)setBinaryMessage:(NSMutableData *)value

Discussion

Sets the message to send as binary data.

Declared In

FM.h

– setTextMessage:

Sets the message to send as text data.

- (void)setTextMessage:(NSString *)value

Discussion

Sets the message to send as text data.

Declared In

FM.h

– setTimeout:

Sets the timeout for the request.

- (void)setTimeout:(int)value

Discussion

Sets the timeout for the request.

Declared In

FM.h

– textMessage

Gets the message to send as text data.

- (NSString *)textMessage

Discussion

Gets the message to send as text data.

Declared In

FM.h

– timeout

Gets the timeout for the request.

- (int)timeout

Discussion

Gets the timeout for the request.

Declared In

FM.h

+ webSocketSendArgs

Creates a new instance.

+ (FMWebSocketSendArgs *)webSocketSendArgs

Discussion

Creates a new instance.

Declared In

FM.h