Interface: moteiv.tos.lib.sp.SPMessage
interface SPMessage
Implementation of abstract data types for SP messages.
- Author:
-
Joe Polastre, Moteiv Corporation <info@moteiv.com>
Commands
command sp_address_t getAddr(sp_message_t *spmsg)
command sp_device_t getDev(sp_message_t *spmsg)
command sp_message_flags_t getFlags(sp_message_t *spmsg)
command uint8_t getQuantity(sp_message_t *spmsg)
command TOS_Msg *getTosMsg(sp_message_t *spmsg)
Commands - Details
getAddr
command sp_address_t getAddr(sp_message_t *spmsg)
getDev
command sp_device_t getDev(sp_message_t *spmsg)
getFlags
command sp_message_flags_t getFlags(sp_message_t *spmsg)
getQuantity
command uint8_t getQuantity(sp_message_t *spmsg)
getTosMsg
command TOS_Msg *getTosMsg(sp_message_t *spmsg)