Function netstack3_core::device::receive_frame
source · pub fn receive_frame<B: BufferMut, NonSyncCtx: NonSyncContext>(
sync_ctx: &SyncCtx<NonSyncCtx>,
ctx: &mut NonSyncCtx,
device: &EthernetDeviceId<NonSyncCtx>,
buffer: B
)
Expand description
Receive a device layer frame from the network.