[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]

Reads a byte from the stream message.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public byte ReadByte()
Public Function ReadByte As Byte
public:
unsigned char ReadByte()

Return Value

the byte value read

Remarks

This method reads a byte of data from the stream and advances the read position so that the next read call gets the next datum.

See Also