Uses of Class
com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.ToFromFlag
Package | Description |
---|---|
com.mouseviator.fsuipc.helpers.avionics |
This package contains helper classes to get data requests for use with
FSUIPC class to gather various aircraft avionics related data. |
-
Uses of NavRadioHelper.ToFromFlag in com.mouseviator.fsuipc.helpers.avionics
Methods in com.mouseviator.fsuipc.helpers.avionics that return NavRadioHelper.ToFromFlag Modifier and Type Method Description static NavRadioHelper.ToFromFlag
NavRadioHelper.ToFromFlag. get(byte value)
ReturnsNavRadioHelper.ToFromFlag
by corresponding int value.static NavRadioHelper.ToFromFlag
NavRadioHelper.ToFromFlag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NavRadioHelper.ToFromFlag[]
NavRadioHelper.ToFromFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.