FMIceLinkStunTurnPeerAddressFamilyMismatchError Class Reference

Inherits from FMIceLinkStunError : FMIceLinkError : NSObject
Declared in FMIceLinkStunTurnPeerAddressFamilyMismatchError.h
FMIceLinkStunTurnPeerAddressFamilyMismatchError.m

Overview

443 Peer Address Family Mismatch. A peer address was of a different address family than that of the relayed transport address of the allocation.

– getDescription

Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
- (NSString *)getDescription

Discussion

Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).

Declared In

FMIceLinkStunTurnPeerAddressFamilyMismatchError.h

– init

Initializes a new instance of the FMIceLinkStunTurnPeerAddressFamilyMismatchError class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkStunTurnPeerAddressFamilyMismatchError class.

Declared In

FMIceLinkStunTurnPeerAddressFamilyMismatchError.h

– initWithMessage:

Initializes a new instance of the FMIceLinkStunTurnPeerAddressFamilyMismatchError class.
- (instancetype)initWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnPeerAddressFamilyMismatchError class.

Declared In

FMIceLinkStunTurnPeerAddressFamilyMismatchError.h

+ peerAddressFamilyMismatchError

Initializes a new instance of the FMIceLinkStunTurnPeerAddressFamilyMismatchError class.
+ (FMIceLinkStunTurnPeerAddressFamilyMismatchError *)peerAddressFamilyMismatchError

Discussion

Initializes a new instance of the FMIceLinkStunTurnPeerAddressFamilyMismatchError class.

Declared In

FMIceLinkStunTurnPeerAddressFamilyMismatchError.h

+ peerAddressFamilyMismatchErrorWithMessage:

Initializes a new instance of the FMIceLinkStunTurnPeerAddressFamilyMismatchError class.
+ (FMIceLinkStunTurnPeerAddressFamilyMismatchError *)peerAddressFamilyMismatchErrorWithMessage:(NSString *)message

Parameters

message

The message.

Discussion

Initializes a new instance of the FMIceLinkStunTurnPeerAddressFamilyMismatchError class.

Declared In

FMIceLinkStunTurnPeerAddressFamilyMismatchError.h