FMIceLinkStunTurnChannelBindMessage Class Reference

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

Overview

A generic STUN channel-bind message.

+ channelBindMessageWithMessageType:transactionId:

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

Parameters

messageType

The type of the message.

transactionId

The transaction ID.

Discussion

Initializes a new instance of the FMIceLinkStunTurnChannelBindMessage class.

Declared In

FMIceLinkStunTurnChannelBindMessage.h

– initWithMessageType:transactionId:

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

Declared In

FMIceLinkStunTurnChannelBindMessage.h

– method

Gets the method.
- (int)method

Discussion

Gets the method.

Declared In

FMIceLinkStunTurnChannelBindMessage.h