Interface: tos.lib.net.DisseminationValue
interface DisseminationValue<typedef t>
Read a network shared (disseminated) variable and be notified
of updates.
- Author:
-
Philip Levis
-
Gilman Tolle
- Date:
-
Jan 7 2006
Commands
command const t *get()
command void set(const t *)
Events
event void changed()
Commands - Details
get
command const t *get()
- Returns:
-
A const pointer to the variable.
set
command void set(const t *)
Events - Details
changed
event void changed()