Description

Allows you to read data from the dynamic memory area of ​​the key that was previously recorded by the application developer.

Syntax

public unsafe Status MemoryRead(UInt32 memoryId, 
								UInt32 password, 
								UInt32 offset, 
								byte[] data)

Parameters

memoryId
Unique identifier of the memory area being read. Assigned in Guardant Station
password

Password for reading data from the memory. If not used, the value should be 0

offset
Address (offset) of the first byte to be read
data
Buffer for reading data

Return values

GRD_OK

GRD_INVALID_HANDLE

  • No labels