meiSynqNetFlashConfigGet
Declaration
Description
meiSynqNetFlashConfigGet gets a SynqNet object's flash configuration and writes it
in the structure pointed to by config.
|
synqNet |
a handle to a SynqNet object |
*config |
pointer to a locally instantiated MEISynqNetConfig structure. |
*flash |
flash is either an MEIFlash handle or MPIHandleVOID. If flash is MPIHandleVOID, an MEIFlash object will be created and deleted internally. Using MPIHandleVOID is recommended, as it simplifies code.
If flash is a valid MEIFlash handle, then the MEIFlash object cache will be updated, but the actual write to controller flash will not occur. Use meiFlashMemoryFromFileType(...) to prompt the actual write to flash. |
|
|
|
|
|
See Also
meiSynqNetFlashConfigSet | MEISynqNetConfig | MEIFlash
|