Skip to main content

Module resource

Module resource 

Source
Expand description

resource_identifier() — the 4-octet resource identity — ETSI EN 50221 §8.2.2, Table 15 (PDF p. 24) + §8.8.1, Table 57 (PDF p. 54).

The two MSBs of the first octet are resource_id_type. Type 0/1/2 indicate a public resource laid out as resource_class (14b) + resource_type (10b) + resource_version (6b); type 3 indicates a private resource laid out as private_resource_definer (10b) + private_resource_identity (20b). Both layouts pack to exactly 32 bits, so we carry the identifier verbatim as a u32 and expose typed views over it — no information is lost on round-trip.

Structs§

ResourceId
A resource_identifier() — 4 octets, carried verbatim as a big-endian u32.

Constants§

APPLICATION_INFORMATION
Application Information — 00020041.
CONDITIONAL_ACCESS_SUPPORT
Conditional Access Support — 00030041.
DATE_TIME
Date-Time — 00240041.
HOST_CONTROL
Host Control — 00200041.
MMI
MMI — 00400041.
RESOURCE_MANAGER
Resource Manager — 00010041 (Table 57).