com.flightsim.fsuipc
Class FSGear

java.lang.Object
  |
  +--com.flightsim.fsuipc.FSUIPC
        |
        +--com.flightsim.fsuipc.FSGear

public class FSGear
extends FSUIPC


Constructor Summary
FSGear()
           
 
Method Summary
 void GearDown()
           
 void GearUp()
           
 int LeftGearState()
           
 int NoseGearState()
           
 int RightGearState()
           
 
Methods inherited from class com.flightsim.fsuipc.FSUIPC
getByte, getDouble, getFloat, getInt, getLong, getShort, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSGear

public FSGear()
Method Detail

NoseGearState

public int NoseGearState()

LeftGearState

public int LeftGearState()

RightGearState

public int RightGearState()

GearUp

public void GearUp()

GearDown

public void GearDown()


Copyright © 2003 Mark Burton. All Rights Reserved.