Struct p25::trunking::tsbk::TsbkFields [] [src]

pub struct TsbkFields(_);

A Trunking Signalling Block packet.

Methods

impl TsbkFields
[src]

[src]

Interpret the given bytes as a TSBK packet.

[src]

Whether this packet is the last one in the TSBK group.

[src]

Whether the packet is encrypted.

[src]

Type of data contained in the payload.

[src]

Manufacturer ID, which determines if the packet is standardized.

[src]

Transmitted CRC.

[src]

Calculate 16-bit CRC over bytes in packet.

[src]

Verify if the calculated CRC matches the transmitted one.

[src]

Bytes that make up the payload of the packet.

Trait Implementations

impl Copy for TsbkFields
[src]

impl Clone for TsbkFields
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more