[TIBCO.EMS.UFOCLIENT .NET client library 6.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Reads a unsigned short from the bytes message stream.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public ushort ReadUnsignedShort() |
Public Function ReadUnsignedShort As UShort |
public: unsigned short ReadUnsignedShort() |
Return Value
the unsigned 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.