Echo a read byte.
| C# | Visual Basic | Visual C++ |
protected void EchoRead( byte b )
Protected Sub EchoRead ( _ b As Byte _ )
protected: void EchoRead( unsigned char b )
- b (Byte)
- The byte value to echo.
| C# | Visual Basic | Visual C++ |
protected void EchoRead( byte b )
Protected Sub EchoRead ( _ b As Byte _ )
protected: void EchoRead( unsigned char b )