Interface: tos.lib.net.Deluge.DelugeMetadata
interface DelugeMetadata
An interface for obtaining the identification data of an
image. The pointer returned by readDone will be destroyed by the
next read.
- Author:
-
Razvan Musaloiu-E. <razvanm@cs.jhu.edu>
-
Chieh-Jan Mike Liang <cliang4@cs.jhu.edu>
Commands
command error_t read(uint8_t imgNum)
Events
event void readDone(uint8_t imgNum, DelugeIdent *ident, error_t error)
Commands - Details
read
command error_t read(uint8_t imgNum)
Events - Details
readDone
event void readDone(uint8_t imgNum, DelugeIdent *ident, error_t error)