sidnet.stack.std.mac.ieee802_15_4
Interface RadioInterface_802_15_4

All Superinterfaces:
JistAPI.Proxiable, JistAPI.Timeless, RadioInterface

public interface RadioInterface_802_15_4
extends RadioInterface

Defines the interface of all Radio entity implementations.

Since:
SWANS1.0

Method Summary
 void transmit(Message msg)
          Start transmitting message.
 
Methods inherited from interface jist.swans.radio.RadioInterface
endReceive, endTransmit, receive, setSleepMode, transmit
 

Method Detail

transmit

void transmit(Message msg)
Start transmitting message. Puts radio into transmission mode and contacts other radios that receive the signal. Called from mac entity.

Parameters:
msg - message object to transmit