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