LLSymbols
Public Attributes | List of all members
_LLSymServerAddress Struct Reference

#include <LLSymbols.h>

Public Attributes

LLSymProtocol protocol
 
union {
   symProtServerGDB_TCP_t   tcp
 
   TCHAR   commString [64]
 
   const struct _LLSymServerApi *   serverApi
 
}; 
 

Member Data Documentation

◆ @1

union { ... }

◆ commString

TCHAR _LLSymServerAddress::commString[64]

for symProtCommLibs usage: CommString

◆ protocol

LLSymProtocol _LLSymServerAddress::protocol

◆ serverApi

const struct _LLSymServerApi* _LLSymServerAddress::serverApi

for symProtDirectAccess usage: pointer to an instance of LLSymbolsServer

◆ tcp

symProtServerGDB_TCP_t _LLSymServerAddress::tcp

for symProtGDB_TCP usage: TCP connection options


The documentation for this struct was generated from the following file: