|
Function |
|
Evaluate whether the FRC command is intended for given Node |
|
Purpose |
|
Enable FRC response for requested Nodes only |
|
Syntax |
|
bit amIRecipientOfFRC() |
|
Parameters |
|
– |
|
Return value |
|
• 0 FRC is not intended for given Node • 1 FRC is intended for given Node (for selective as well as non-selective FRC) |
|
Output values |
|
– |
|
Preconditions |
|
For IQMESH Nodes only. |
|
Remarks |
|
amIRecipientOfFRC must be called after FRC command receipt but before bufferRF is affected later on either by OS or by the user. |
|
Side effects |
|
– |
|
See also |
|
– |
|
Example |
|
// In Custom DPA handler ... |