Variable StructFieldNameConst

StructFieldName: StructFieldType<Name> = ...

StructBuilder field type of Name, where Name TLV is placed into the structure directly.

Remarks

Example ABNF structure where this can be used:

 MyType = MY-TYPE-TYPE TLV-LENGTH
            OtherTLV
            Name
            OtherTLV

The field is defined as Name. If the field is required, it is initialized as an empty Name.