Type each known TLV's value by its tag, on read and on write #30
Reference in New Issue
Block a user
Delete Branch "tlv-types"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pduObj.tlvsand everytlvsinput are typed per tag (Tlvs,TlvInputs), derived from the TLV table's wire types andmultipleflag. A TLV input is keyed by its name, or by its decimal id where the table names none; atagIdthat disagrees with its key, the alternate names, and a number for an octet TLV are refused, and a parsed PDU'stlvsrelay as they are. TLV octets are copied at parse. ExportsTlvs,TlvInputs,Tlv,isTlvName;TlvInputis gone.