public static interface Config.DeviceDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
USB device path
|
com.google.protobuf.ByteString |
getPathBytes()
USB device path
|
int |
getProductId()
USB product ID
|
String |
getSerialNumber()
USB serial number
|
com.google.protobuf.ByteString |
getSerialNumberBytes()
USB serial number
|
int |
getVendorId()
USB vendor ID
|
boolean |
hasPath()
USB device path
|
boolean |
hasProductId()
USB product ID
|
boolean |
hasSerialNumber()
USB serial number
|
boolean |
hasVendorId()
USB vendor ID
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVendorId()
USB vendor ID
optional uint32 vendor_id = 1;int getVendorId()
USB vendor ID
optional uint32 vendor_id = 1;boolean hasProductId()
USB product ID
optional uint32 product_id = 2;int getProductId()
USB product ID
optional uint32 product_id = 2;boolean hasSerialNumber()
USB serial number
optional string serial_number = 3;String getSerialNumber()
USB serial number
optional string serial_number = 3;com.google.protobuf.ByteString getSerialNumberBytes()
USB serial number
optional string serial_number = 3;boolean hasPath()
USB device path
optional string path = 4;String getPath()
USB device path
optional string path = 4;com.google.protobuf.ByteString getPathBytes()
USB device path
optional string path = 4;Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.