fm.liveswitch.IceRole Enum Reference

An ICE role. More...

Public Member Functions

 IceRole (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static IceRole getByAssignedValue (int value)
 

Public Attributes

 Controlling =(1)
 Indicates a controlling role. More...
 
 Controlled =(2)
 Indicates a controlled role. More...
 

Detailed Description

An ICE role.

Constructor & Destructor Documentation

◆ IceRole()

fm.liveswitch.IceRole.IceRole ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.IceRole.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.IceRole.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Controlled

fm.liveswitch.IceRole.Controlled =(2)

Indicates a controlled role.

◆ Controlling

fm.liveswitch.IceRole.Controlling =(1)

Indicates a controlling role.