.NET Telnet Class Library

TelnetProtocolHandler.InputFeed Method 

Adds bytes to the input buffer we'll parse for codes.

[Visual Basic]
Protected Sub InputFeed( _
   ByVal b As Byte(), _
   ByVal len As Integer _
)
[C#]
protected void InputFeed(
   byte[] b,
   int len
);

Parameters

b
Bytes array from which to add.
len
Number of bytes to add.

See Also

TelnetProtocolHandler Class | TelnetProtocolHandler Members | De.Mud.Telnet Namespace