[TIBCO.EMS .NET client library 7.0 documentation]

Writes a byte to the stream message.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.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

Each call writes a data value to the stream and advances the write position so that the next write call appends to the new end of the stream.

See Also