FMIceLinkWebSocketSendArgs Class Reference

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

Overview

Send arguments for the [FMIceLinkWebSocket](../Classes/FMIceLinkWebSocket.html) class.

– binaryMessage

Gets the message to send as binary data.
- (NSMutableData *)binaryMessage

Discussion

Gets the message to send as binary data.

Declared In

FMIceLinkWebSocketSendArgs.h

– init

Creates a new FMIceLinkWebSocketSendArgs instance.
- (instancetype)init

Discussion

Creates a new FMIceLinkWebSocketSendArgs instance.

Declared In

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

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

FMIceLinkWebSocketSendArgs.h

– setTimeout:

Sets the [timeout](#//api/name/timeout) for the request (in ms).
- (void)setTimeout:(int)value

Discussion

Sets the [timeout](#//api/name/timeout) for the request (in ms).

Declared In

FMIceLinkWebSocketSendArgs.h

– textMessage

Gets the message to send as text data.
- (NSString *)textMessage

Discussion

Gets the message to send as text data.

Declared In

FMIceLinkWebSocketSendArgs.h

– timeout

Gets the timeout for the request (in ms).
- (int)timeout

Discussion

Gets the timeout for the request (in ms).

Declared In

FMIceLinkWebSocketSendArgs.h

+ webSocketSendArgs

Creates a new FMIceLinkWebSocketSendArgs instance.
+ (FMIceLinkWebSocketSendArgs *)webSocketSendArgs

Discussion

Creates a new FMIceLinkWebSocketSendArgs instance.

Declared In

FMIceLinkWebSocketSendArgs.h