Click or drag to resize

PacketReaderReadInt16 Method (Endian)

Reads a 16bit signed integer from the current position in the packet packet. The current position is advanced by 2 bytes.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public short ReadInt16(
	Endian endian = null
)

Parameters

endian (Optional)
Type: Demo3D.IOEndian
The endian format of the data in the packet (or null to use the default).

Return Value

Type: Int16
The value read.

Implements

IDataReaderReadInt16(Endian)
See Also