A generic STUN channel-bind message. More...
Instance Methods | |
(instancetype) | - initWithMessageType:transactionId: |
Initializes a new instance of the FMLiveSwitchStunTurnChannelBindMessage class. More... | |
(int) | - method |
Gets the method. More... | |
Class Methods | |
(FMLiveSwitchStunTurnChannelBindMessage *) | + channelBindMessageWithMessageType:transactionId: |
Initializes a new instance of the FMLiveSwitchStunTurnChannelBindMessage class. More... | |
A generic STUN channel-bind message.
+ (FMLiveSwitchStunTurnChannelBindMessage*) channelBindMessageWithMessageType: | (FMLiveSwitchStunMessageType) | messageType | |
transactionId: | (FMLiveSwitchDataBuffer *) | transactionId | |
Initializes a new instance of the FMLiveSwitchStunTurnChannelBindMessage class.
messageType | The type of the message. |
transactionId | The transaction ID. |
- (instancetype) initWithMessageType: | (FMLiveSwitchStunMessageType) | messageType | |
transactionId: | (FMLiveSwitchDataBuffer *) | transactionId | |
Initializes a new instance of the FMLiveSwitchStunTurnChannelBindMessage class.
messageType | The type of the message. |
transactionId | The transaction ID. |
Implements FMLiveSwitchStunMessage.
- (int) method |
Gets the method.
Implements FMLiveSwitchStunMessage.