WriteByte()

Stream::WriteByte(uint8_t) method

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

virtual void System::IO::Stream::WriteByte(uint8_t value)

Arguments

ParameterTypeDescription
valueuint8_tThe value to write

See Also