Interface: tos.interfaces.SendMsg

interface SendMsg

Basic interface for sending AM messages. Interface to the basic TinyOS communication primitive.

Author:
Jason Hill
David Gay
Philip Levis
Modified:
6/25/02

Commands
command result_t send(uint16_t address, uint8_t length, TOS_MsgPtr msg)

Events
event result_t sendDone(TOS_MsgPtr msg, result_t success)

Commands - Details

send

command result_t send(uint16_t address, uint8_t length, TOS_MsgPtr msg)

Events - Details

sendDone

event result_t sendDone(TOS_MsgPtr msg, result_t success)