A STUN binding response. More...
Instance Methods | |
(instancetype) | - initWithTransactionId:success: |
Initializes a new instance of the FMLiveSwitchStunBindingResponse class. More... | |
Class Methods | |
(FMLiveSwitchStunBindingResponse *) | + bindingResponseWithTransactionId:success: |
Initializes a new instance of the FMLiveSwitchStunBindingResponse class. More... | |
A STUN binding response.
+ (FMLiveSwitchStunBindingResponse*) bindingResponseWithTransactionId: | (FMLiveSwitchDataBuffer *) | transactionId | |
success: | (bool) | success | |
Initializes a new instance of the FMLiveSwitchStunBindingResponse class.
transactionId | The transaction ID. |
success | Whether the request was successful. |
- (instancetype) initWithTransactionId: | (FMLiveSwitchDataBuffer *) | transactionId | |
success: | (bool) | success | |
Initializes a new instance of the FMLiveSwitchStunBindingResponse class.
transactionId | The transaction ID. |
success | Whether the request was successful. |