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

Reads a char from the bytes message stream.

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

Syntax

public char ReadChar()
Public Function ReadChar As Char
public:
wchar_t ReadChar()

Return Value

the char value read

Remarks

Reads two bytes from the byte stream of a BytesMessage and advances the read position so that the next read call gets the next datum.

See Also