| java.lang.Object | |
| ↳ | com.datalogic.device.configuration.UsbWhitelistedDevice |
Class UsbWhitelistedDevice defines an USB whitelisted device.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor
| |||||||||||
Constructor
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves USB device description
| |||||||||||
Retrieves USB device name
| |||||||||||
Retrieves USB device description
| |||||||||||
Retrieves USB device pid number in decimal format
| |||||||||||
Retrieves USB device pid number in hexadecimal format
| |||||||||||
Retrieves the vid number in decimal format
| |||||||||||
Retrieves the vid number in hexadecimal format
| |||||||||||
Set USB device description
| |||||||||||
Set USB device name
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructor
| vid | int indicating USB device vid number in decimal format |
|---|---|
| pid | int indicating USB device pid number in decimal format |
| name | String indicating USB device name |
| description | String indicating USB device description
|
Constructor
| vid | String indicating USB device vid number in hexadecimal format |
|---|---|
| pid | String indicating USB device pid number in hexadecimal format |
| name | String indicating USB device name |
| description | String indicating USB device description
|
Retrieves USB device description
Retrieves USB device description
Retrieves USB device pid number in decimal format
Retrieves USB device pid number in hexadecimal format
Retrieves the vid number in hexadecimal format
Set USB device description
| description | String indicating USB device description
|
|---|
Set USB device name
| name | String indicating USB device name
|
|---|