Class: Userid

packet/userid~ Userid

new Userid()

Source:

Members

userid :String

A string containing the user id. Usually in the form John Doe
Type:
  • String
Source:

Methods

read(input)

Parsing function for a user id packet (tag 13).
Parameters:
Name Type Description
input String payload of a tag 13 packet
Source:

write() → {String}

Creates a string representation of the user id packet
Source:
Returns:
string representation
Type
String