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