ToCoNet_vRfConfig()

Explanation

Modify parameters of MAC layer. The following members of sToCoNet_AppContext structure can be changed.

*1 When making changes to these settings, the results are indefinite during radio transmission and reception.

In order for the changes to take effect for new packets to be sent, they should only be made after the entire transmission queue has been processed.

It is also possible, in principle, for a change in timing from just before to just after a packet is received, for that packet to never be received. In many applications, the receiver does not know when the packet will be received, so the implementation does not adjust the timing of the switch.

Argument

None

Returns

None

Sample code

sToCoNet_AppContext.u8Channel = 25;
sToCoNet_u8TxPower = 2;
ToCoNet_vRfConfig();

最終更新