Read the contents of flash from the specified address in the specified flash sector.
| C# | Visual Basic | Visual C++ |
Public Function CmdReadFlash ( _ sector As Byte, _ address As UInteger, _ length As Byte _ ) As Byte()
public: array<unsigned char>^ CmdReadFlash( unsigned char sector, unsigned int address, unsigned char length )
the read data