Resolve a raw SII category type value into a normalized SiiCategoryType.
Resolved category type, or undefined if not recognized.
undefined
The SII specification defines both fixed category IDs and value ranges:
Mapped ranges:
For values outside these ranges, a direct enum lookup is attempted:
The END marker (0xFFFF) is handled via direct enum lookup.
VENDOR_SPECIFIC
Raw 16-bit category type value from SII.
Generated using TypeDoc
Resolve a raw SII category type value into a normalized SiiCategoryType.
Returns
Resolved category type, or
undefinedif not recognized.Remarks
The SII specification defines both fixed category IDs and value ranges:
Mapped ranges:
For values outside these ranges, a direct enum lookup is attempted:
The END marker (0xFFFF) is handled via direct enum lookup.
Note
VENDOR_SPECIFIC).undefinedand should be treated as unsupported categories.