public static interface TrezorMessage.DebugLinkMemoryWriteOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAddress()
optional uint32 address = 1; |
boolean |
getFlash()
optional bool flash = 3; |
com.google.protobuf.ByteString |
getMemory()
optional bytes memory = 2; |
boolean |
hasAddress()
optional uint32 address = 1; |
boolean |
hasFlash()
optional bool flash = 3; |
boolean |
hasMemory()
optional bytes memory = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAddress()
optional uint32 address = 1;
int getAddress()
optional uint32 address = 1;
boolean hasMemory()
optional bytes memory = 2;
com.google.protobuf.ByteString getMemory()
optional bytes memory = 2;
boolean hasFlash()
optional bool flash = 3;
boolean getFlash()
optional bool flash = 3;
Copyright © 2013–2018 Bitcoin Solutions Ltd. All rights reserved.