Constructor and Description |
---|
TiGPIOEvent(int port,
int pin,
int event,
int initial,
long time)
TiGPIOEvent initialization
|
Modifier and Type | Method and Description |
---|---|
int |
getEvent()
Gets the event value
|
int |
getInitialLevel()
Gets the Pin initial level
|
int |
getPin()
Gets the Pin ID
|
int |
getPort()
Gets the Port ID
|
long |
getTime() |
TiEventType |
getType() |
public TiGPIOEvent(int port, int pin, int event, int initial, long time)
port
- Port IDpin
- Pin IDevent
- event valueinitial
- initial leveltime
- event timepublic int getEvent()
public int getInitialLevel()
public int getPin()
public int getPort()
public TiEventType getType()