Struct p25::voice::header::VoiceHeaderFields
[−]
[src]
pub struct VoiceHeaderFields(_);
Begins each voice message with information necessary to decode the following superframes.
Methods
impl VoiceHeaderFields
[src]
pub fn new(buf: Buf) -> Self
[src]
Create a new VoiceHeaderFields
decoder from the given bytes.
pub fn crypto_init(&self) -> &[u8]
[src]
Initialization vector for cryptographic algorithm.
pub fn mfg(&self) -> u8
[src]
Manufacturer ID.
pub fn crypto_alg(&self) -> CryptoAlgorithm
[src]
Cryptographic algorithm in use, if any.
pub fn crypto_key(&self) -> u16
[src]
Encryption key to use.
pub fn talk_group(&self) -> TalkGroup
[src]
Talkgroup participating in the voice message.