public static interface TrezorMessage.PingOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getButtonProtection()
optional bool button_protection = 2; |
String |
getMessage()
optional string message = 1; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 1; |
boolean |
getPassphraseProtection()
optional bool passphrase_protection = 4; |
boolean |
getPinProtection()
optional bool pin_protection = 3; |
boolean |
hasButtonProtection()
optional bool button_protection = 2; |
boolean |
hasMessage()
optional string message = 1; |
boolean |
hasPassphraseProtection()
optional bool passphrase_protection = 4; |
boolean |
hasPinProtection()
optional bool pin_protection = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMessage()
optional string message = 1;
message to send back in Success message
String getMessage()
optional string message = 1;
message to send back in Success message
com.google.protobuf.ByteString getMessageBytes()
optional string message = 1;
message to send back in Success message
boolean hasButtonProtection()
optional bool button_protection = 2;
ask for button press
boolean getButtonProtection()
optional bool button_protection = 2;
ask for button press
boolean hasPinProtection()
optional bool pin_protection = 3;
ask for PIN if set in device
boolean getPinProtection()
optional bool pin_protection = 3;
ask for PIN if set in device
boolean hasPassphraseProtection()
optional bool passphrase_protection = 4;
ask for passphrase if set in device
boolean getPassphraseProtection()
optional bool passphrase_protection = 4;
ask for passphrase if set in device
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.