DB_netAddress

Contains a net address debug event parameter value.

Structure

  typedef struct DB_netAddress {
       unsigned int  type;
       unsigned int  length;
       char*             data;
  };
  

Fields

type

An integer value indicating the address type.

length

The length, in bytes of the address value.

data

The actual address value.