| - (NSString*) channel |
| - (FMLiveSwitchSignallingConnectionType) connectionType |
| - (NSMutableData*) dataBytes |
| - (NSString*) dataJson |
| - (instancetype) initWithChannel: | (NSString *) | channel | |
| dataJson: | (NSString *) | dataJson | |
| dataBytes: | (NSMutableData *) | dataBytes | |
| connectionType: | (FMLiveSwitchSignallingConnectionType) | connectionType | |
| reconnectAfter: | (int) | reconnectAfter | |
| - (bool) isBinary |
| - (int) reconnectAfter |
| - (FMLiveSwitchSignallingRemoteClient*) remoteClient |
| - (void) setReconnectAfter: | (int) | value |
| + (FMLiveSwitchSignallingSubscribeReceiveArgs*) subscribeReceiveArgsWithChannel: | (NSString *) | channel | |
| dataJson: | (NSString *) | dataJson | |
| dataBytes: | (NSMutableData *) | dataBytes | |
| connectionType: | (FMLiveSwitchSignallingConnectionType) | connectionType | |
| reconnectAfter: | (int) | reconnectAfter | |
| - (NSString*) tag |
| - (bool) wasSentByMe |