Click or drag to resize

FX3ConnectionReadFlash Method

Read data from the FX3 non-volatile memory

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public byte[] ReadFlash(
	uint ByteAddress,
	ushort ReadLength
)

Parameters

ByteAddress
Type: SystemUInt32
The flash byte address to read from (valid range 0x0 - 0x40000)
ReadLength
Type: SystemUInt16
The number of bytes to read. Max 4096

Return Value

Type: Byte
The data read from the FX3 flash memory
See Also