FMIceLinkStreamDirectionHelper Class Reference

Inherits from NSObject
Declared in FMIceLinkStreamDirectionHelper.h
FMIceLinkStreamDirectionHelper.m

Overview

Class containing utility methods to manipulate [FMIceLinkStreamDirection](../Constants/FMIceLinkStreamDirection.html).

+ directionFromStringWithDirectionString:

Converts string representations of stream directions to [FMIceLinkStreamDirection](../Constants/FMIceLinkStreamDirection.html).
+ (FMIceLinkStreamDirection)directionFromStringWithDirectionString:(NSString *)directionString

Parameters

directionString

String representation of direction.

Discussion

Converts string representations of stream directions to [FMIceLinkStreamDirection](../Constants/FMIceLinkStreamDirection.html).

Declared In

FMIceLinkStreamDirectionHelper.h

+ directionToStringWithDirection:

Obtains the string representation of [FMIceLinkStreamDirection](../Constants/FMIceLinkStreamDirection.html).
+ (NSString *)directionToStringWithDirection:(FMIceLinkStreamDirection)direction

Parameters

direction

StreamDirection that requires conversion. @return

Discussion

Obtains the string representation of [FMIceLinkStreamDirection](../Constants/FMIceLinkStreamDirection.html).

Declared In

FMIceLinkStreamDirectionHelper.h