LBM .Net API Documentation
setByteSwap Method (ba, pos, magic)
Namespaces
►
com.latencybusters.pdm
►
PDMDeserializer
►
setByteSwap(
array<
Byte
>
[]
()
[]
, Int32, UInt32)
C#
Sets the flag on whether to swap bytes by comparing the magic number read in from the ba at the specified pos to the one passed in
Declaration Syntax
C#
public
virtual
void
setByteSwap
(
byte
[]
ba
,
int
pos
,
uint
magic
)
Parameters
ba
(
array<
Byte
>
[]
()
[]
)
the byte array
pos
(
Int32
)
the position to start reading
magic
(
UInt32
)
the magic number to compare against
Assembly:
lbmcspdm
(Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)