FMIceLinkStunTurnSendMessage Class Reference

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

Overview

A generic STUN send message.

– initWithMessageType:transactionId:

Initializes a new instance of the FMIceLinkStunTurnSendMessage 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 FMIceLinkStunTurnSendMessage class.

Declared In

FMIceLinkStunTurnSendMessage.h

– method

Gets the method.
- (int)method

Discussion

Gets the method.

Declared In

FMIceLinkStunTurnSendMessage.h

+ sendMessageWithMessageType:transactionId:

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

Parameters

messageType

The type of the message.

transactionId

The transaction ID.

Discussion

Initializes a new instance of the FMIceLinkStunTurnSendMessage class.

Declared In

FMIceLinkStunTurnSendMessage.h