LBM .Net API Documentation
readUShort Method (ba, pos)
Namespaces
►
com.latencybusters.pdm
►
PDMDeserializer
►
readUShort(
array<
Byte
>
[]
()
[]
, Int32)
C#
This method will use two bytes from the given byte array starting at position to create an unsigned short (stored as an int).
Declaration Syntax
C#
public
virtual
ushort
readUShort
(
byte
[]
ba
,
int
pos
)
Parameters
ba
(
array<
Byte
>
[]
()
[]
)
the byte array
pos
(
Int32
)
the position to start reading
Return Value
the unsigned short
Assembly:
lbmcspdm
(Module: lbmcspdm) Version: 5.3.6.0 (1.0.0.0)