User Information
data class UserInformation(var messageNumber: Int, val username: String, val clientType: String, val connectionType: ConnectionType) : V086Message, ClientMessage
Message sent from the client when a user joins the server to indicate username, clientType, and connectionType.
Message type ID: 0x03.
Constructors
Link copied to clipboard
constructor(messageNumber: Int, username: String, clientType: String, connectionType: ConnectionType)
Properties
Link copied to clipboard
The total number of bytes the message takes up, including the message ID byte.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The 0-based enumeration indicating the order in which this message was sent/received for each server.
Link copied to clipboard