Interface RuleOptions

Hierarchy

  • RuleOptions

Properties

Properties

order: number

Expected order of appearance. When using this option, it should be specified for all rules in a EvDecoder. Default to the order in which rules were added to EvDecoder.

repeat: boolean

Whether TLV element may appear more than once. Default is false.

required: boolean

Whether TLV element must appear at least once. Default is false.

Generated using TypeDoc