attributeSerialize method

List<int> attributeSerialize()

Serializes the attributes of the extended address.

Implementation

List<int> attributeSerialize() {
  return CborMapValue.fixedLength(extendedAddress.payload.attrs.toJson())
      .encode();
}