public interface IGpsUsbManagerService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GPS_ATTACHED_TOPIC |
static java.lang.String |
GPS_DETACHED_TOPIC |
static java.lang.String |
GPS_PROPERTY_USB_PORT_ADDRESS |
static java.lang.String |
GPS_PROPERTY_USB_SERIAL_PORT |
static java.lang.String |
SERVICE_NAME
Reports the class name representing this interface.
|
Modifier and Type | Method and Description |
---|---|
boolean |
areDevicesPresent()
This method returns whether or not there are any devices currently attached.
|
java.lang.String[] |
getDeviceUsbPorts()
Returns an array of Strings that represent the USB port names of the connected devices
|
java.lang.String |
getSerialPort(java.lang.String usbPortNumber)
This method returns the serial port that has been assigned to the USB-to-Serial device attached to a specified USB port.
|
void |
registerListener(GpsListener listener)
This method registers an GPS Listener to be notified when a device has been attached or detached
|
void |
unregisterListener(GpsListener listener)
This method unregisters an GPS Listener
|
static final java.lang.String SERVICE_NAME
static final java.lang.String GPS_ATTACHED_TOPIC
static final java.lang.String GPS_DETACHED_TOPIC
static final java.lang.String GPS_PROPERTY_USB_PORT_ADDRESS
static final java.lang.String GPS_PROPERTY_USB_SERIAL_PORT
boolean areDevicesPresent()
java.lang.String[] getDeviceUsbPorts()
java.lang.String getSerialPort(java.lang.String usbPortNumber)
usbPortNumber
- A String representing the USB port that the device is plugged into.void registerListener(GpsListener listener)
listener
- A class implementing the GpsListener interfacevoid unregisterListener(GpsListener listener)
listener
- A class implementing the GpsListener interfaceCopyright © 2009 Eurotech Inc. All rights reserved.