|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.pios.connection.ConnectionType
Provides a list of all of the peripherals offered by the PIOS API.
Field Summary | |
static ConnectionType |
PRINTER
The printer type. |
static ConnectionType |
RFID
The RFID type. |
static ConnectionType |
SCANNER
The scanner type. |
Method Summary | |
long |
getID()
Returns the connection id. |
java.lang.String |
getType()
Returns an string representing the connection type. |
java.lang.String |
toString()
Returns a string representing the connection type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ConnectionType PRINTER
public static final ConnectionType SCANNER
public static final ConnectionType RFID
Method Detail |
public java.lang.String toString()
public java.lang.String getType()
public long getID()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |