[#BloombergLP-bslx-MarshallingUtil-getArrayUint48] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/MarshallingUtil.adoc[MarshallingUtil]::getArrayUint48 :relfileprefix: ../../../ :mrdocs: Load into the specified `variables` the consecutive six‐byte, two's complement unsigned integers (in host byte order) comprised of each of the specified `numVariables` leading six‐byte sequences in the specified `buffer` (in network byte order). The behavior is undefined unless `variables` has sufficient capacity, `buffer` has sufficient contents, and `0 <= numVariables`. Note that each of the values will be zero‐extended. == Synopsis Declared in `<bslx_marshallingutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void getArrayUint48( xref:BloombergLP/bsls/Types/Uint64.adoc[bsls::Types::Uint64]* variables, char const* buffer, int numVariables); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#