|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.alarexgroup.m2mplf.adapters.io.Port
public class Port
Object Port for port management.Ports can be created from module's GPIO.
Ports are created with the help of methods PortAdapter.createInputPort(int[], boolean) and PortAdapter.createOutputPort(int[])
| Method Summary | |
|---|---|
int |
getDirection()
Returns the type of the port - input or output |
java.lang.String |
getId()
Returns the port identification |
boolean |
isPooling()
Whether the port is included in monitoring state (POOLING) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getDirection()
public boolean isPooling()
public java.lang.String getId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||