FMIceLinkWebSocketSendArgs Class Reference
| Inherits from | FMIceLinkDynamic : FMIceLinkSerializable : NSObject |
|---|---|
| Declared in | FMIceLinkWebSocketSendArgs.h FMIceLinkWebSocketSendArgs.m |
– binaryMessage
Gets the message to send as binary data.
- (NSMutableData *)binaryMessageDiscussion
Gets the message to send as binary data.
Declared In
FMIceLinkWebSocketSendArgs.h
– init
Creates a new FMIceLinkWebSocketSendArgs instance.
- (instancetype)initDiscussion
Creates a new FMIceLinkWebSocketSendArgs instance.
Declared In
FMIceLinkWebSocketSendArgs.h
– setBinaryMessage:
Sets the message to send as binary data.
- (void)setBinaryMessage:(NSMutableData *)valueDiscussion
Sets the message to send as binary data.
Declared In
FMIceLinkWebSocketSendArgs.h
– setTextMessage:
Sets the message to send as text data.
- (void)setTextMessage:(NSString *)valueDiscussion
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)valueDiscussion
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 *)textMessageDiscussion
Gets the message to send as text data.
Declared In
FMIceLinkWebSocketSendArgs.h
– timeout
Gets the timeout for the request (in ms).
- (int)timeoutDiscussion
Gets the timeout for the request (in ms).
Declared In
FMIceLinkWebSocketSendArgs.h
+ webSocketSendArgs
Creates a new FMIceLinkWebSocketSendArgs instance.
+ (FMIceLinkWebSocketSendArgs *)webSocketSendArgsDiscussion
Creates a new FMIceLinkWebSocketSendArgs instance.
Declared In
FMIceLinkWebSocketSendArgs.h