Description
Allows you to write data to the dynamic memory area of the key.
Dynamic memory must be previously created for the product in the Guardant Station system.
Syntax
public unsafe Status MemoryWrite(UInt32 memoryId, UInt32 password, GrdMemoryWriteMode mode, UInt32 offset, byte[] data)
Parameters
memoryId | Unique identifier of the memory area being read. Assigned in Guardant Station |
password | Password for reading data. If not used, the value should be 0 |
mode | Write mode:
|
offset | Address (offset) of the first byte to be written |
data | Buffer with the data to be written |