Reference Library
ReadUInt16 Method
NamespacesMBNCSUtilDataReaderReadUInt16()()()()
Reads an unsigned 16-bit value from the data stream.
Declaration Syntax
C#Visual BasicVisual C++
[CLSCompliantAttribute(false)]
public ushort ReadUInt16()
<CLSCompliantAttribute(False)> _
Public Function ReadUInt16 As UShort
[CLSCompliantAttribute(false)]
public:
unsigned short ReadUInt16()
Return Value
The next 16-bit value from the data stream.
Remarks

This method is not CLS-compliant.

Assembly: Asgard5Library (Module: Asgard5Library)