[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Writes a byte to the bytes message stream as a 1-byte value.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public void WriteByte( byte value ) |
Public Sub WriteByte ( _ value As Byte _ ) |
public: void WriteByte( unsigned char value ) |
Parameters
- value
- Type: System..::.Byte
the byte value to be written
Remarks
Writes one byte of data to the stream and advances the write position
so that the next write call appends to the new end of the stream.