attributeSerialize method

List<int> attributeSerialize()

Serializes the attributes of the extended address.

Implementation

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