System::IO::Stream::WriteByte method

Stream::WriteByte method

Writes the specified unsigned 8-bit integer value to the stream.

virtual void System::IO::Stream::WriteByte(uint8_t value)
ParameterTypeDescription
valueuint8_tThe value to write

See Also