Constructors
Methods
StaticgetIntTlvLength
- getIntTlvLength(value): TlvLength
StaticgetPrimitiveByteLength
- getPrimitiveByteLength<T>(typeLength, value): number
Returns number
StaticgetTagByteLength
- getTagByteLength(tag?):
| 1
| 2
| 3
| 5
| 7
| 9 Returns
| 1
| 2
| 3
| 5
| 7
| 9
StaticgetUIntTlvLength
- getUIntTlvLength(value): TlvLength
StaticreadPrimitive
- readPrimitive<T, V>(reader, typeLength): V
Returns V
StaticreadTagType
- readTagType(reader): {
tag?: TlvTag;
typeLength: TlvTypeLength;
}
StaticwritePrimitive
- writePrimitive<T>(writer, typeLength, value): void
Returns void
StaticwriteTag
- writeTag(writer, typeLengthValue, tag?): void
Returns void
See
MatterSpecification.v10.Core § A.7