public static final class DeviceApi.Device.Info extends Object
| Modifier and Type | Method and Description | 
|---|---|
static Optional<String> | 
getFirmwareVersion()
Gets the firmware version. 
 | 
static Optional<Integer> | 
getProductId()
Gets the Product ID. 
 | 
static Optional<String> | 
getProductName()
Gets the product name. 
 | 
static Optional<String> | 
getSerialNumber()
Gets the serial number. 
 | 
static Optional<Integer> | 
getVendorId()
Gets the Vendor ID. 
 | 
static Optional<String> | 
getVendorName()
Gets the vendor name. 
 | 
public static Optional<Integer> getProductId()
public static Optional<Integer> getVendorId()
public static Optional<String> getProductName()
public static Optional<String> getVendorName()
public static Optional<String> getSerialNumber()
Copyright © 2025. All rights reserved.