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

Reads a short from the stream message.

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

Syntax

public short ReadShort()
Public Function ReadShort As Short
public:
short ReadShort()

Return Value

the short value read

Remarks

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

See Also