Methods
equals(usrAttr) → {Boolean}
Compare for equality
Parameters:
Name | Type | Description |
---|---|---|
usrAttr |
UserAttributePacket |
- Source:
Returns:
True if equal.
- Type
- Boolean
read(input)
parsing function for a user attribute packet (tag 17).
Parameters:
Name | Type | Description |
---|---|---|
input |
Uint8Array | Payload of a tag 17 packet |
- Source:
write() → {Uint8Array}
Creates a binary representation of the user attribute packet
- Source:
Returns:
String representation.
- Type
- Uint8Array