[#BloombergLP-bslx-MarshallingUtil-getArrayInt8-058] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/MarshallingUtil.adoc[MarshallingUtil]::getArrayInt8 :relfileprefix: ../../../ :mrdocs: Same as the related overload for `signed char *variables`. == Synopsis Declared in `<bslx_marshallingutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void getArrayInt8( signed char* variables, char const* buffer, int numVariables); ---- == Parameters [cols="1,4"] |=== | Name| Description | *variables* | array receiving host‐order one‐byte integers | *buffer* | source buffer | *numVariables* | number of values to read |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#