Send arguments for the FMLiveSwitchWebSocket class. More...
Instance Methods | |
(NSMutableData *) | - binaryMessage |
Gets the message to send as binary data. More... | |
(instancetype) | - init |
Creates a new FMLiveSwitchWebSocketSendArgs instance. More... | |
(void) | - setBinaryMessage: |
Sets the message to send as binary data. More... | |
(void) | - setTextMessage: |
Sets the message to send as text data. More... | |
(void) | - setTimeout: |
Sets the timeout for the request (in ms). More... | |
(NSString *) | - textMessage |
Gets the message to send as text data. More... | |
(int) | - timeout |
Gets the timeout for the request (in ms). More... | |
Instance Methods inherited from FMLiveSwitchDynamic | |
(NSMutableDictionary< NSString *, id > *) | - dynamicProperties |
Gets all dynamic properties on this instance. More... | |
(id) | - getDynamicValueWithKey: |
Gets a property value from the local cache. More... | |
(void) | - setDynamicValueWithKey:value: |
Sets a property value in the local cache. More... | |
(bool) | - unsetDynamicValueWithKey: |
Removes a property value from the local cache. More... | |
Class Methods | |
(FMLiveSwitchWebSocketSendArgs *) | + webSocketSendArgs |
Creates a new FMLiveSwitchWebSocketSendArgs instance. More... | |
Class Methods inherited from FMLiveSwitchDynamic | |
(FMLiveSwitchDynamic *) | + dynamic |
Class Methods inherited from FMLiveSwitchSerializable | |
(FMLiveSwitchSerializable *) | + serializable |
Initializes a new instance of the FMLiveSwitchSerializable class. More... | |
Send arguments for the FMLiveSwitchWebSocket class.
- (NSMutableData*) binaryMessage |
Gets the message to send as binary data.
- (instancetype) init |
Creates a new FMLiveSwitchWebSocketSendArgs instance.
Implements FMLiveSwitchDynamic.
- (void) setBinaryMessage: | (NSMutableData *) | value |
Sets the message to send as binary data.
- (void) setTextMessage: | (NSString *) | value |
Sets the message to send as text data.
- (void) setTimeout: | (int) | value |
Sets the timeout for the request (in ms).
- (NSString*) textMessage |
Gets the message to send as text data.
- (int) timeout |
Gets the timeout for the request (in ms).
+ (FMLiveSwitchWebSocketSendArgs*) webSocketSendArgs |
Creates a new FMLiveSwitchWebSocketSendArgs instance.