public interface IUsbModemService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME
service name of this interface for the bundle activator
(com.esf.device.modem.service.IUsbModemService)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProductID()
Reports modem's product ID
|
java.lang.String |
getUsbPortAddress()
Reports USB address of the modem
|
java.lang.String |
getVendorID()
Reports modem's vendorID
|
boolean |
isAttached()
Reports if USB device is attached.
|
static final java.lang.String SERVICE_NAME
java.lang.String getVendorID()
String
java.lang.String getProductID()
String
java.lang.String getUsbPortAddress()
boolean isAttached() throws java.lang.Exception
boolean
java.lang.Exception
Copyright © 2009 Eurotech Inc. All rights reserved.