Create an instance of the ConnectionInfo using IDevice.getConnectionInfo(). Then use the function calls described in this chapter.
This function returns address of the device.
String ConnectionInfo.getAddress();Return Value:
Returns the address of the device.
This function returns the type of connection Interface for the device.
ConnectionType ConnectionInfo.getConnectionType();Return Value:
Returns the ConnectionType.
This function returns the type for the device.
DeviceType ConnectionInfo.getDeviceType();Return Value:
Returns the DeviceFeature.
This enum refers to a featured supported by the device.
None
No feature.
SignatureCapture
Supports signature capture
PINEntry
Supports PIN entry
PANEntry
Supports PAN entry
ShowBarCode
Supports display of a barcode
ScanBarCode
Supports scanning a barcode
DisplayMessage
Supports display of messages
Buzzer
Has a buzzer
CardEmulation
Supports NFC card emulation
PersonalInfoEntry
Supports personal info entry

