[TIBCO.EMS .NET client library 6.0 documentation]

Reads a short from the bytes message stream.

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

Syntax

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

Return Value

the short 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