Same as the related overload for unsigned char *variables.
Synopsis
Declared in <bslx_marshallingutil.h>
static
void
getArrayInt8(
unsigned char* variables,
char const* buffer,
int numVariables);
Parameters
Name |
Description |
variables |
array receiving host‐order one‐byte integers |
buffer |
source buffer |
numVariables |
number of values to read |
Created with MrDocs