com.esf.sbc.catalyst.system.management.service
Class Gpio

java.lang.Object
  extended by com.esf.sbc.catalyst.system.management.service.Gpio

public class Gpio
extends java.lang.Object

Static definitions to be used with the ICatalystGpioManagementService

Author:
wes.johnson

Field Summary
static int GPIO_0
          gpio line 0
static int GPIO_1
          gpio line 1
static int GPIO_2
          gpio line 2
static int GPIO_3
          gpio line 3
static int GPIO_4
          gpio line 4
static int GPIO_DISABLE
          definition used with the gpio service to disable a gpio line
static int GPIO_DONT_CARE
          definition used with the gpio service to define a gpio line parameter as a don't care
static int GPIO_ENABLE
          definition used with the gpio service to enable a gpio line
static int GPIO_INPUT
          definition used with the gpio service to define a gpio line as an input
static int GPIO_OUTPUT
          definition used with the gpio service to define a gpio line as an output
static int GPIO_SCI_DISABLE
          definition used with the gpio service to disable SCI
static int GPIO_SCI_ENABLE
          definition used with the gpio service to enable SCI
static int GPIO_TRIGGER_EDGE
          definition used with the gpio service to define an edge gpio trigger
static int GPIO_TRIGGER_EDGE_FALLING
          definition used with the gpio service to define an falling edge gpio trigger
static int GPIO_TRIGGER_EDGE_RISING
          definition used with the gpio service to define an rising edge gpio trigger
static int GPIO_TRIGGER_LEVEL
          definition used with the gpio service to define a level gpio trigger
 
Constructor Summary
Gpio()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GPIO_0

public static final int GPIO_0
gpio line 0

See Also:
Constant Field Values

GPIO_1

public static final int GPIO_1
gpio line 1

See Also:
Constant Field Values

GPIO_2

public static final int GPIO_2
gpio line 2

See Also:
Constant Field Values

GPIO_3

public static final int GPIO_3
gpio line 3

See Also:
Constant Field Values

GPIO_4

public static final int GPIO_4
gpio line 4

See Also:
Constant Field Values

GPIO_DISABLE

public static final int GPIO_DISABLE
definition used with the gpio service to disable a gpio line

See Also:
Constant Field Values

GPIO_ENABLE

public static final int GPIO_ENABLE
definition used with the gpio service to enable a gpio line

See Also:
Constant Field Values

GPIO_INPUT

public static final int GPIO_INPUT
definition used with the gpio service to define a gpio line as an input

See Also:
Constant Field Values

GPIO_OUTPUT

public static final int GPIO_OUTPUT
definition used with the gpio service to define a gpio line as an output

See Also:
Constant Field Values

GPIO_DONT_CARE

public static final int GPIO_DONT_CARE
definition used with the gpio service to define a gpio line parameter as a don't care

See Also:
Constant Field Values

GPIO_TRIGGER_EDGE

public static final int GPIO_TRIGGER_EDGE
definition used with the gpio service to define an edge gpio trigger

See Also:
Constant Field Values

GPIO_TRIGGER_LEVEL

public static final int GPIO_TRIGGER_LEVEL
definition used with the gpio service to define a level gpio trigger

See Also:
Constant Field Values

GPIO_TRIGGER_EDGE_RISING

public static final int GPIO_TRIGGER_EDGE_RISING
definition used with the gpio service to define an rising edge gpio trigger

See Also:
Constant Field Values

GPIO_TRIGGER_EDGE_FALLING

public static final int GPIO_TRIGGER_EDGE_FALLING
definition used with the gpio service to define an falling edge gpio trigger

See Also:
Constant Field Values

GPIO_SCI_DISABLE

public static final int GPIO_SCI_DISABLE
definition used with the gpio service to disable SCI

See Also:
Constant Field Values

GPIO_SCI_ENABLE

public static final int GPIO_SCI_ENABLE
definition used with the gpio service to enable SCI

See Also:
Constant Field Values
Constructor Detail

Gpio

public Gpio()