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§
- Resource
Id - A
resource_identifier()— 4 octets, carried verbatim as a big-endianu32.
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).