getEntry

abstract fun getEntry(@NonNull namespaceName: String, @NonNull name: String): Array<Byte>

Gets the raw CBOR data for the value of an entry. This should only be called on an entry for which the getStatus method returns STATUS_OK.

Return

the raw CBOR data or null if no entry with the given name exists.

Parameters

namespaceName

the namespace name of the entry.

name

the name of the entry to get the value for.