![]() |
netmsgs
1.2.2
RoadNarrows Robotics Network Messaging Package
|
Pack an unsigned 64-bit integer into the message buffer. More...
Pack an unsigned 64-bit integer into the message buffer.
#include "rnr/netmsgs.h"
extern int nmPackU64(ulonglong_t val, byte_t buf[], size_t bufSize, NMEndian_T eEndian); Description:
If the machine architecture only supports 32-bit long longs, then the 4 MSBs are padded with zero's.
| [in] | val | Value to pack. |
| [out] | buf | Output message buffer. |
| bufSize | Size of output buffer. | |
| eEndian | Packing order. See NMEndian_T. |