WrapperConvertBufferDataToU32 Method |
Converted buffered stream data packet to 32-bit array, based on the size of the registers read
Namespace:
FX3ApiWrapper
Assembly:
FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic uint[] ConvertBufferDataToU32(
ushort[] buf
)
Public Function ConvertBufferDataToU32 (
buf As UShort()
) As UInteger()
public:
array<unsigned int>^ ConvertBufferDataToU32(
array<unsigned short>^ buf
)
member ConvertBufferDataToU32 :
buf : uint16[] -> uint32[]
Parameters
- buf
- Type: SystemUInt16
Raw buffer packet to convert
Return Value
Type:
UInt3232-bit unsigned array representing the value of each register read
See Also