Enum p25::voice::frame_group::FrameGroupEvent
[−]
[src]
pub enum FrameGroupEvent<E: Extra> { VoiceFrame(VoiceFrame), Extra(E::Fields), DataFragment(u32), }
Events that can occur when receiving a frame group.
Variants
VoiceFrame(VoiceFrame)
Decoded a voice frame.
Extra(E::Fields)
Decoded an "extra" packet.
DataFragment(u32)
Decoded a 16-bit fragment of the low-speed data word.