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