receive

Function receive 

Source
async fn receive<R: Radio>(
    mac: &AsyncRefCell<Mac<TokioPlatform<R, TokioFileCounterStore, TokioFileKeyValueStore>, IDENTITIES, PEERS, CHANNELS, ACKS, TX, FRAME, DUP>>,
    identity: SoftwareIdentity,
    args: &ListenArgs,
) -> Result<()>
where R::Error: Debug,