FMIceLinkStunTurnAllocateMessage Class Reference

Inherits from FMIceLinkStunMessage : NSObject
Declared in FMIceLinkStunTurnAllocateMessage.h
FMIceLinkStunTurnAllocateMessage.m

Overview

A generic STUN allocate message.

+ allocateMessageWithMessageType:transactionId:

Initializes a new instance of the FMIceLinkStunTurnAllocateMessage class.
+ (FMIceLinkStunTurnAllocateMessage *)allocateMessageWithMessageType:(FMIceLinkStunMessageType)messageType transactionId:(FMIceLinkDataBuffer *)transactionId

Parameters

messageType

The type of the message.

transactionId

The transaction ID.

Discussion

Initializes a new instance of the FMIceLinkStunTurnAllocateMessage class.

Declared In

FMIceLinkStunTurnAllocateMessage.h

– initWithMessageType:transactionId:

Initializes a new instance of the FMIceLinkStunTurnAllocateMessage class.
- (instancetype)initWithMessageType:(FMIceLinkStunMessageType)messageType transactionId:(FMIceLinkDataBuffer *)transactionId

Parameters

messageType

The type of the message.

transactionId

The transaction ID.

Discussion

Initializes a new instance of the FMIceLinkStunTurnAllocateMessage class.

Declared In

FMIceLinkStunTurnAllocateMessage.h

– method

Gets the method.
- (int)method

Discussion

Gets the method.

Declared In

FMIceLinkStunTurnAllocateMessage.h