[TIBCO.EMS .NET client library 8.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Reads a unsigned byte from the bytes message stream.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public byte ReadUnsignedByte() |
Public Function ReadUnsignedByte As Byte |
public: unsigned char ReadUnsignedByte() |
Return Value
the unsigned byte value read
Remarks
Reads one byte from the byte stream of a BytesMessage and advances the read
position so that the next read call gets the next datum.