fm.liveswitch.StreamDirection Enum Reference

A stream direction. More...

Public Member Functions

 StreamDirection (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static StreamDirection getByAssignedValue (int value)
 

Public Attributes

 SendReceive =(1)
 Indicates a stream that can send and can receive. More...
 
 SendOnly =(2)
 Indicates a stream that can send. More...
 
 ReceiveOnly =(3)
 Indicates a stream that can receive. More...
 
 Inactive =(4)
 Indicates a stream that cannot send or receive. More...
 
 Unset =(5)
 Indicates that a stream direction has not been set. More...
 

Detailed Description

A stream direction.

Constructor & Destructor Documentation

◆ StreamDirection()

fm.liveswitch.StreamDirection.StreamDirection ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.StreamDirection.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.StreamDirection.getAssignedValue ( )

◆ getByAssignedValue()

static StreamDirection fm.liveswitch.StreamDirection.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Inactive

fm.liveswitch.StreamDirection.Inactive =(4)

Indicates a stream that cannot send or receive.

◆ ReceiveOnly

fm.liveswitch.StreamDirection.ReceiveOnly =(3)

Indicates a stream that can receive.

◆ SendOnly

fm.liveswitch.StreamDirection.SendOnly =(2)

Indicates a stream that can send.

◆ SendReceive

fm.liveswitch.StreamDirection.SendReceive =(1)

Indicates a stream that can send and can receive.

◆ Unset

fm.liveswitch.StreamDirection.Unset =(5)

Indicates that a stream direction has not been set.