Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
23
Flash.Read
Type
Function returning UnsignedInteger
Invocation
Flash.Read(addr, dest, count)
Parameter
Method
Type
Description
addr
ByVal
anyIntegral
The Flash address at to begin reading.
dest
ByRef
anyType
Where to place the data read.
count
ByVal
anyIntegral
The number of bytes to read.
Discussion
This function reads an arbitrary region of Flash memory, placing the data at the indicated destination. 
The return value represents the number of bytes written to the destination.
Previous page Top Next page