Interface: tos.chips.cc2420.interfaces.CC2420Packet
interface CC2420Packet
- Author:
-
Jonathan Hui <jhui@archrock.com>
-
David Moss
-
Chad Metcalf
Commands
command uint8_t getLqi(message_t *p_msg)
command uint8_t getPower(message_t *p_msg)
command int8_t getRssi(message_t *p_msg)
command void setPower(message_t *p_msg, uint8_t power)
Commands - Details
getLqi
command uint8_t getLqi(message_t *p_msg)
getPower
command uint8_t getPower(message_t *p_msg)
- Parameters:
-
the - message
getRssi
command int8_t getRssi(message_t *p_msg)
setPower
command void setPower(message_t *p_msg, uint8_t power)
- Parameters:
-
p_msg - the message.
-
power - transmission power.