DB_binary

Contains a binary debug event parameter value.

Structure

  typedef struct DB_binary {
       unsigned int  size;
       void*         data;
  };
  

Fields

size

The number of bytes in binary value.

data

An array of size number of bytes containing the binary data.