Copies four or less bytes from a buffer to a UINT32 variable.
#include <smsutapi.h>
CCODE SMDFSetUINT32Data (
UINT64 *dataSize,
BUFFERPTR buffer,
UINT32 *data);
(IN) Points to the number of bytes the data size occupies (maximum of 4).
(IN) Points to the data to copy to data.
(OUT) Points to the data from buffer.