Transpose special telnet codes like 0xff or newlines to values that are compliant to the protocol. This method will also send the buffer immediately after transposing the data.
[Visual Basic]
Protected Sub Transpose( _
ByVal buf As Byte() _
)
TelnetProtocolHandler Class | TelnetProtocolHandler Members | De.Mud.Telnet Namespace