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

Decoded a voice frame.

Decoded an "extra" packet.

Decoded a 16-bit fragment of the low-speed data word.