public static final class TrezorMessage.Features.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder> implements TrezorMessage.FeaturesOrBuilder
Response: Reports various information about the device @prev Initialize @prev GetFeaturesProtobuf type
Features| Modifier and Type | Method and Description |
|---|---|
TrezorMessage.Features.Builder |
addAllCoins(Iterable<? extends TrezorType.CoinType> values)
supported coins
|
TrezorMessage.Features.Builder |
addCoins(int index,
TrezorType.CoinType.Builder builderForValue)
supported coins
|
TrezorMessage.Features.Builder |
addCoins(int index,
TrezorType.CoinType value)
supported coins
|
TrezorMessage.Features.Builder |
addCoins(TrezorType.CoinType.Builder builderForValue)
supported coins
|
TrezorMessage.Features.Builder |
addCoins(TrezorType.CoinType value)
supported coins
|
TrezorType.CoinType.Builder |
addCoinsBuilder()
supported coins
|
TrezorType.CoinType.Builder |
addCoinsBuilder(int index)
supported coins
|
TrezorMessage.Features.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TrezorMessage.Features |
build() |
TrezorMessage.Features |
buildPartial() |
TrezorMessage.Features.Builder |
clear() |
TrezorMessage.Features.Builder |
clearBootloaderHash()
hash of the bootloader
|
TrezorMessage.Features.Builder |
clearBootloaderMode()
is device in bootloader mode?
|
TrezorMessage.Features.Builder |
clearCoins()
supported coins
|
TrezorMessage.Features.Builder |
clearDeviceId()
device's unique identifier
|
TrezorMessage.Features.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TrezorMessage.Features.Builder |
clearImported()
was storage imported from an external source?
|
TrezorMessage.Features.Builder |
clearInitialized()
does device contain seed?
|
TrezorMessage.Features.Builder |
clearLabel()
device description label
|
TrezorMessage.Features.Builder |
clearLanguage()
device language
|
TrezorMessage.Features.Builder |
clearMajorVersion()
major version of the device, e.g.
|
TrezorMessage.Features.Builder |
clearMinorVersion()
minor version of the device, e.g.
|
TrezorMessage.Features.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TrezorMessage.Features.Builder |
clearPassphraseCached()
is passphrase already cached in session?
|
TrezorMessage.Features.Builder |
clearPassphraseProtection()
is node/mnemonic encrypted using passphrase?
|
TrezorMessage.Features.Builder |
clearPatchVersion()
patch version of the device, e.g.
|
TrezorMessage.Features.Builder |
clearPinCached()
is PIN already cached in session?
|
TrezorMessage.Features.Builder |
clearPinProtection()
is device protected by PIN?
|
TrezorMessage.Features.Builder |
clearRevision()
SCM revision of firmware
|
TrezorMessage.Features.Builder |
clearVendor()
name of the manufacturer, e.g.
|
TrezorMessage.Features.Builder |
clone() |
com.google.protobuf.ByteString |
getBootloaderHash()
hash of the bootloader
|
boolean |
getBootloaderMode()
is device in bootloader mode?
|
TrezorType.CoinType |
getCoins(int index)
supported coins
|
TrezorType.CoinType.Builder |
getCoinsBuilder(int index)
supported coins
|
List<TrezorType.CoinType.Builder> |
getCoinsBuilderList()
supported coins
|
int |
getCoinsCount()
supported coins
|
List<TrezorType.CoinType> |
getCoinsList()
supported coins
|
TrezorType.CoinTypeOrBuilder |
getCoinsOrBuilder(int index)
supported coins
|
List<? extends TrezorType.CoinTypeOrBuilder> |
getCoinsOrBuilderList()
supported coins
|
TrezorMessage.Features |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDeviceId()
device's unique identifier
|
com.google.protobuf.ByteString |
getDeviceIdBytes()
device's unique identifier
|
boolean |
getImported()
was storage imported from an external source?
|
boolean |
getInitialized()
does device contain seed?
|
String |
getLabel()
device description label
|
com.google.protobuf.ByteString |
getLabelBytes()
device description label
|
String |
getLanguage()
device language
|
com.google.protobuf.ByteString |
getLanguageBytes()
device language
|
int |
getMajorVersion()
major version of the device, e.g.
|
int |
getMinorVersion()
minor version of the device, e.g.
|
boolean |
getPassphraseCached()
is passphrase already cached in session?
|
boolean |
getPassphraseProtection()
is node/mnemonic encrypted using passphrase?
|
int |
getPatchVersion()
patch version of the device, e.g.
|
boolean |
getPinCached()
is PIN already cached in session?
|
boolean |
getPinProtection()
is device protected by PIN?
|
com.google.protobuf.ByteString |
getRevision()
SCM revision of firmware
|
String |
getVendor()
name of the manufacturer, e.g.
|
com.google.protobuf.ByteString |
getVendorBytes()
name of the manufacturer, e.g.
|
boolean |
hasBootloaderHash()
hash of the bootloader
|
boolean |
hasBootloaderMode()
is device in bootloader mode?
|
boolean |
hasDeviceId()
device's unique identifier
|
boolean |
hasImported()
was storage imported from an external source?
|
boolean |
hasInitialized()
does device contain seed?
|
boolean |
hasLabel()
device description label
|
boolean |
hasLanguage()
device language
|
boolean |
hasMajorVersion()
major version of the device, e.g.
|
boolean |
hasMinorVersion()
minor version of the device, e.g.
|
boolean |
hasPassphraseCached()
is passphrase already cached in session?
|
boolean |
hasPassphraseProtection()
is node/mnemonic encrypted using passphrase?
|
boolean |
hasPatchVersion()
patch version of the device, e.g.
|
boolean |
hasPinCached()
is PIN already cached in session?
|
boolean |
hasPinProtection()
is device protected by PIN?
|
boolean |
hasRevision()
SCM revision of firmware
|
boolean |
hasVendor()
name of the manufacturer, e.g.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TrezorMessage.Features.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TrezorMessage.Features.Builder |
mergeFrom(com.google.protobuf.Message other) |
TrezorMessage.Features.Builder |
mergeFrom(TrezorMessage.Features other) |
TrezorMessage.Features.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TrezorMessage.Features.Builder |
removeCoins(int index)
supported coins
|
TrezorMessage.Features.Builder |
setBootloaderHash(com.google.protobuf.ByteString value)
hash of the bootloader
|
TrezorMessage.Features.Builder |
setBootloaderMode(boolean value)
is device in bootloader mode?
|
TrezorMessage.Features.Builder |
setCoins(int index,
TrezorType.CoinType.Builder builderForValue)
supported coins
|
TrezorMessage.Features.Builder |
setCoins(int index,
TrezorType.CoinType value)
supported coins
|
TrezorMessage.Features.Builder |
setDeviceId(String value)
device's unique identifier
|
TrezorMessage.Features.Builder |
setDeviceIdBytes(com.google.protobuf.ByteString value)
device's unique identifier
|
TrezorMessage.Features.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TrezorMessage.Features.Builder |
setImported(boolean value)
was storage imported from an external source?
|
TrezorMessage.Features.Builder |
setInitialized(boolean value)
does device contain seed?
|
TrezorMessage.Features.Builder |
setLabel(String value)
device description label
|
TrezorMessage.Features.Builder |
setLabelBytes(com.google.protobuf.ByteString value)
device description label
|
TrezorMessage.Features.Builder |
setLanguage(String value)
device language
|
TrezorMessage.Features.Builder |
setLanguageBytes(com.google.protobuf.ByteString value)
device language
|
TrezorMessage.Features.Builder |
setMajorVersion(int value)
major version of the device, e.g.
|
TrezorMessage.Features.Builder |
setMinorVersion(int value)
minor version of the device, e.g.
|
TrezorMessage.Features.Builder |
setPassphraseCached(boolean value)
is passphrase already cached in session?
|
TrezorMessage.Features.Builder |
setPassphraseProtection(boolean value)
is node/mnemonic encrypted using passphrase?
|
TrezorMessage.Features.Builder |
setPatchVersion(int value)
patch version of the device, e.g.
|
TrezorMessage.Features.Builder |
setPinCached(boolean value)
is PIN already cached in session?
|
TrezorMessage.Features.Builder |
setPinProtection(boolean value)
is device protected by PIN?
|
TrezorMessage.Features.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TrezorMessage.Features.Builder |
setRevision(com.google.protobuf.ByteString value)
SCM revision of firmware
|
TrezorMessage.Features.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TrezorMessage.Features.Builder |
setVendor(String value)
name of the manufacturer, e.g.
|
TrezorMessage.Features.Builder |
setVendorBytes(com.google.protobuf.ByteString value)
name of the manufacturer, e.g.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TrezorMessage.Features build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TrezorMessage.Features buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TrezorMessage.Features.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder mergeFrom(TrezorMessage.Features other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TrezorMessage.Features.Builder>IOExceptionpublic boolean hasVendor()
name of the manufacturer, e.g. "bitcointrezor.com"
optional string vendor = 1;hasVendor in interface TrezorMessage.FeaturesOrBuilderpublic String getVendor()
name of the manufacturer, e.g. "bitcointrezor.com"
optional string vendor = 1;getVendor in interface TrezorMessage.FeaturesOrBuilderpublic com.google.protobuf.ByteString getVendorBytes()
name of the manufacturer, e.g. "bitcointrezor.com"
optional string vendor = 1;getVendorBytes in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setVendor(String value)
name of the manufacturer, e.g. "bitcointrezor.com"
optional string vendor = 1;public TrezorMessage.Features.Builder clearVendor()
name of the manufacturer, e.g. "bitcointrezor.com"
optional string vendor = 1;public TrezorMessage.Features.Builder setVendorBytes(com.google.protobuf.ByteString value)
name of the manufacturer, e.g. "bitcointrezor.com"
optional string vendor = 1;public boolean hasMajorVersion()
major version of the device, e.g. 1
optional uint32 major_version = 2;hasMajorVersion in interface TrezorMessage.FeaturesOrBuilderpublic int getMajorVersion()
major version of the device, e.g. 1
optional uint32 major_version = 2;getMajorVersion in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setMajorVersion(int value)
major version of the device, e.g. 1
optional uint32 major_version = 2;public TrezorMessage.Features.Builder clearMajorVersion()
major version of the device, e.g. 1
optional uint32 major_version = 2;public boolean hasMinorVersion()
minor version of the device, e.g. 0
optional uint32 minor_version = 3;hasMinorVersion in interface TrezorMessage.FeaturesOrBuilderpublic int getMinorVersion()
minor version of the device, e.g. 0
optional uint32 minor_version = 3;getMinorVersion in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setMinorVersion(int value)
minor version of the device, e.g. 0
optional uint32 minor_version = 3;public TrezorMessage.Features.Builder clearMinorVersion()
minor version of the device, e.g. 0
optional uint32 minor_version = 3;public boolean hasPatchVersion()
patch version of the device, e.g. 0
optional uint32 patch_version = 4;hasPatchVersion in interface TrezorMessage.FeaturesOrBuilderpublic int getPatchVersion()
patch version of the device, e.g. 0
optional uint32 patch_version = 4;getPatchVersion in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setPatchVersion(int value)
patch version of the device, e.g. 0
optional uint32 patch_version = 4;public TrezorMessage.Features.Builder clearPatchVersion()
patch version of the device, e.g. 0
optional uint32 patch_version = 4;public boolean hasBootloaderMode()
is device in bootloader mode?
optional bool bootloader_mode = 5;hasBootloaderMode in interface TrezorMessage.FeaturesOrBuilderpublic boolean getBootloaderMode()
is device in bootloader mode?
optional bool bootloader_mode = 5;getBootloaderMode in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setBootloaderMode(boolean value)
is device in bootloader mode?
optional bool bootloader_mode = 5;public TrezorMessage.Features.Builder clearBootloaderMode()
is device in bootloader mode?
optional bool bootloader_mode = 5;public boolean hasDeviceId()
device's unique identifier
optional string device_id = 6;hasDeviceId in interface TrezorMessage.FeaturesOrBuilderpublic String getDeviceId()
device's unique identifier
optional string device_id = 6;getDeviceId in interface TrezorMessage.FeaturesOrBuilderpublic com.google.protobuf.ByteString getDeviceIdBytes()
device's unique identifier
optional string device_id = 6;getDeviceIdBytes in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setDeviceId(String value)
device's unique identifier
optional string device_id = 6;public TrezorMessage.Features.Builder clearDeviceId()
device's unique identifier
optional string device_id = 6;public TrezorMessage.Features.Builder setDeviceIdBytes(com.google.protobuf.ByteString value)
device's unique identifier
optional string device_id = 6;public boolean hasPinProtection()
is device protected by PIN?
optional bool pin_protection = 7;hasPinProtection in interface TrezorMessage.FeaturesOrBuilderpublic boolean getPinProtection()
is device protected by PIN?
optional bool pin_protection = 7;getPinProtection in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setPinProtection(boolean value)
is device protected by PIN?
optional bool pin_protection = 7;public TrezorMessage.Features.Builder clearPinProtection()
is device protected by PIN?
optional bool pin_protection = 7;public boolean hasPassphraseProtection()
is node/mnemonic encrypted using passphrase?
optional bool passphrase_protection = 8;hasPassphraseProtection in interface TrezorMessage.FeaturesOrBuilderpublic boolean getPassphraseProtection()
is node/mnemonic encrypted using passphrase?
optional bool passphrase_protection = 8;getPassphraseProtection in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setPassphraseProtection(boolean value)
is node/mnemonic encrypted using passphrase?
optional bool passphrase_protection = 8;public TrezorMessage.Features.Builder clearPassphraseProtection()
is node/mnemonic encrypted using passphrase?
optional bool passphrase_protection = 8;public boolean hasLanguage()
device language
optional string language = 9;hasLanguage in interface TrezorMessage.FeaturesOrBuilderpublic String getLanguage()
device language
optional string language = 9;getLanguage in interface TrezorMessage.FeaturesOrBuilderpublic com.google.protobuf.ByteString getLanguageBytes()
device language
optional string language = 9;getLanguageBytes in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setLanguage(String value)
device language
optional string language = 9;public TrezorMessage.Features.Builder clearLanguage()
device language
optional string language = 9;public TrezorMessage.Features.Builder setLanguageBytes(com.google.protobuf.ByteString value)
device language
optional string language = 9;public boolean hasLabel()
device description label
optional string label = 10;hasLabel in interface TrezorMessage.FeaturesOrBuilderpublic String getLabel()
device description label
optional string label = 10;getLabel in interface TrezorMessage.FeaturesOrBuilderpublic com.google.protobuf.ByteString getLabelBytes()
device description label
optional string label = 10;getLabelBytes in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setLabel(String value)
device description label
optional string label = 10;public TrezorMessage.Features.Builder clearLabel()
device description label
optional string label = 10;public TrezorMessage.Features.Builder setLabelBytes(com.google.protobuf.ByteString value)
device description label
optional string label = 10;public List<TrezorType.CoinType> getCoinsList()
supported coins
repeated .CoinType coins = 11;getCoinsList in interface TrezorMessage.FeaturesOrBuilderpublic int getCoinsCount()
supported coins
repeated .CoinType coins = 11;getCoinsCount in interface TrezorMessage.FeaturesOrBuilderpublic TrezorType.CoinType getCoins(int index)
supported coins
repeated .CoinType coins = 11;getCoins in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setCoins(int index, TrezorType.CoinType value)
supported coins
repeated .CoinType coins = 11;public TrezorMessage.Features.Builder setCoins(int index, TrezorType.CoinType.Builder builderForValue)
supported coins
repeated .CoinType coins = 11;public TrezorMessage.Features.Builder addCoins(TrezorType.CoinType value)
supported coins
repeated .CoinType coins = 11;public TrezorMessage.Features.Builder addCoins(int index, TrezorType.CoinType value)
supported coins
repeated .CoinType coins = 11;public TrezorMessage.Features.Builder addCoins(TrezorType.CoinType.Builder builderForValue)
supported coins
repeated .CoinType coins = 11;public TrezorMessage.Features.Builder addCoins(int index, TrezorType.CoinType.Builder builderForValue)
supported coins
repeated .CoinType coins = 11;public TrezorMessage.Features.Builder addAllCoins(Iterable<? extends TrezorType.CoinType> values)
supported coins
repeated .CoinType coins = 11;public TrezorMessage.Features.Builder clearCoins()
supported coins
repeated .CoinType coins = 11;public TrezorMessage.Features.Builder removeCoins(int index)
supported coins
repeated .CoinType coins = 11;public TrezorType.CoinType.Builder getCoinsBuilder(int index)
supported coins
repeated .CoinType coins = 11;public TrezorType.CoinTypeOrBuilder getCoinsOrBuilder(int index)
supported coins
repeated .CoinType coins = 11;getCoinsOrBuilder in interface TrezorMessage.FeaturesOrBuilderpublic List<? extends TrezorType.CoinTypeOrBuilder> getCoinsOrBuilderList()
supported coins
repeated .CoinType coins = 11;getCoinsOrBuilderList in interface TrezorMessage.FeaturesOrBuilderpublic TrezorType.CoinType.Builder addCoinsBuilder()
supported coins
repeated .CoinType coins = 11;public TrezorType.CoinType.Builder addCoinsBuilder(int index)
supported coins
repeated .CoinType coins = 11;public List<TrezorType.CoinType.Builder> getCoinsBuilderList()
supported coins
repeated .CoinType coins = 11;public boolean hasInitialized()
does device contain seed?
optional bool initialized = 12;hasInitialized in interface TrezorMessage.FeaturesOrBuilderpublic boolean getInitialized()
does device contain seed?
optional bool initialized = 12;getInitialized in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setInitialized(boolean value)
does device contain seed?
optional bool initialized = 12;public TrezorMessage.Features.Builder clearInitialized()
does device contain seed?
optional bool initialized = 12;public boolean hasRevision()
SCM revision of firmware
optional bytes revision = 13;hasRevision in interface TrezorMessage.FeaturesOrBuilderpublic com.google.protobuf.ByteString getRevision()
SCM revision of firmware
optional bytes revision = 13;getRevision in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setRevision(com.google.protobuf.ByteString value)
SCM revision of firmware
optional bytes revision = 13;public TrezorMessage.Features.Builder clearRevision()
SCM revision of firmware
optional bytes revision = 13;public boolean hasBootloaderHash()
hash of the bootloader
optional bytes bootloader_hash = 14;hasBootloaderHash in interface TrezorMessage.FeaturesOrBuilderpublic com.google.protobuf.ByteString getBootloaderHash()
hash of the bootloader
optional bytes bootloader_hash = 14;getBootloaderHash in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setBootloaderHash(com.google.protobuf.ByteString value)
hash of the bootloader
optional bytes bootloader_hash = 14;public TrezorMessage.Features.Builder clearBootloaderHash()
hash of the bootloader
optional bytes bootloader_hash = 14;public boolean hasImported()
was storage imported from an external source?
optional bool imported = 15;hasImported in interface TrezorMessage.FeaturesOrBuilderpublic boolean getImported()
was storage imported from an external source?
optional bool imported = 15;getImported in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setImported(boolean value)
was storage imported from an external source?
optional bool imported = 15;public TrezorMessage.Features.Builder clearImported()
was storage imported from an external source?
optional bool imported = 15;public boolean hasPinCached()
is PIN already cached in session?
optional bool pin_cached = 16;hasPinCached in interface TrezorMessage.FeaturesOrBuilderpublic boolean getPinCached()
is PIN already cached in session?
optional bool pin_cached = 16;getPinCached in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setPinCached(boolean value)
is PIN already cached in session?
optional bool pin_cached = 16;public TrezorMessage.Features.Builder clearPinCached()
is PIN already cached in session?
optional bool pin_cached = 16;public boolean hasPassphraseCached()
is passphrase already cached in session?
optional bool passphrase_cached = 17;hasPassphraseCached in interface TrezorMessage.FeaturesOrBuilderpublic boolean getPassphraseCached()
is passphrase already cached in session?
optional bool passphrase_cached = 17;getPassphraseCached in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setPassphraseCached(boolean value)
is passphrase already cached in session?
optional bool passphrase_cached = 17;public TrezorMessage.Features.Builder clearPassphraseCached()
is passphrase already cached in session?
optional bool passphrase_cached = 17;public final TrezorMessage.Features.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder>public final TrezorMessage.Features.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TrezorMessage.Features.Builder>Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.