public static interface StpApi.UserMemoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getData()
data length must be a multiple of 16-bits, used in Encode
and Verify modes
|
com.google.protobuf.ByteString |
getMask()
DEPRECATED
|
int |
getWordCountInv()
Number of words to read, used in Inventory mode, the default
of 0 means don't ready anything.
|
int |
getWordOffset()
If you don't want to start the data the beginning of memory,
specify this offset so that the data and mask start at your
specified word offset.
|
boolean |
hasData()
data length must be a multiple of 16-bits, used in Encode
and Verify modes
|
boolean |
hasMask()
DEPRECATED
|
boolean |
hasWordCountInv()
Number of words to read, used in Inventory mode, the default
of 0 means don't ready anything.
|
boolean |
hasWordOffset()
If you don't want to start the data the beginning of memory,
specify this offset so that the data and mask start at your
specified word offset.
|
boolean hasData()
com.google.protobuf.ByteString getData()
boolean hasMask()
com.google.protobuf.ByteString getMask()
boolean hasWordOffset()
int getWordOffset()
boolean hasWordCountInv()
int getWordCountInv()