FMIceLinkStunTurnRefreshMessage Class Reference

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

Overview

A generic STUN refresh message.

– initWithMessageType:transactionId:

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

Declared In

FMIceLinkStunTurnRefreshMessage.h

– method

Gets the method.
- (int)method

Discussion

Gets the method.

Declared In

FMIceLinkStunTurnRefreshMessage.h

+ refreshMessageWithMessageType:transactionId:

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

Parameters

messageType

The type of the message.

transactionId

The transaction ID.

Discussion

Initializes a new instance of the FMIceLinkStunTurnRefreshMessage class.

Declared In

FMIceLinkStunTurnRefreshMessage.h