| Package | system.hosts |
| Class | public class HostID |
| Inheritance | HostID Enum Object |
| Method | Defined By | ||
|---|---|---|---|
HostID(value:int, name:String)
Creates a new HostID instance. | HostID | ||
![]() | toSource(indent:int = 0):String
Returns the source code String representation of the object. | Enum | |
![]() | toString():String
Returns the String representation of the object. | Enum | |
![]() | valueOf():int
Returns the primitive value of the object. | Enum | |
| Constant | Defined By | ||
|---|---|---|---|
| Air : HostID [static]
The 'Air' host id constant. | HostID | ||
| Flash : HostID [static]
The 'Flash' host id constant. | HostID | ||
| RedTamarin : HostID [static] | HostID | ||
| Tamarin : HostID [static] | HostID | ||
| Unknown : HostID [static]
The 'Unknow' host id constant. | HostID | ||
| HostID | () | Constructor |
public function HostID(value:int, name:String)Creates a new HostID instance.
Parametersvalue:int | |
name:String |
| Air | Constant |
public static const Air:HostIDThe 'Air' host id constant.
| Flash | Constant |
public static const Flash:HostIDThe 'Flash' host id constant.
| RedTamarin | Constant |
public static const RedTamarin:HostID| Tamarin | Constant |
public static const Tamarin:HostID| Unknown | Constant |
public static const Unknown:HostIDThe 'Unknow' host id constant.