NDNts
    Preparing search index...

    Variable StructFieldNameNestedConst

    StructFieldNameNested: StructFieldType<Name> = ...

    StructBuilder field type of Name, where Name TLV is nested in an outer TLV.

    Example ABNF structure where this can be used:

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

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