Contains a net address debug event parameter value.
typedef struct DB_netAddress {
unsigned int type;
unsigned int length;
char* data;
};
An integer value indicating the address type.
The length, in bytes of the address value.
The actual address value.