birchwood.protocol.messages

Message definition and tooling

Members

Classes

Message
class Message

Message types

Functions

encodeMessage
ubyte[] encodeMessage(string messageIn)

Encodes the provided message into a CRLF terminated byte array

Static functions

decodeMessage
string decodeMessage(ubyte[] messageIn)
Undocumented in source. Be warned that the author may not have intended to support it.
isValidText
bool isValidText(string message)

Checks if the provided message is valid (i.e.) does not contain any CR or LF characters in it

Variables

badString1
string badString1;
Undocumented in source.
badString2
string badString2;
Undocumented in source.

Meta