OpenOCD
ipdbg_service Struct Reference
Collaboration diagram for ipdbg_service:

Data Fields

struct ipdbg_connection connection
 
struct ipdbg_hubhub
 
struct ipdbg_servicenext
 
uint16_t port
 
uint8_t tool
 

Detailed Description

Definition at line 36 of file ipdbg.c.

Field Documentation

◆ connection

struct ipdbg_connection ipdbg_service::connection

Definition at line 39 of file ipdbg.c.

◆ hub

struct ipdbg_hub* ipdbg_service::hub

Definition at line 37 of file ipdbg.c.

Referenced by ipdbg_create_service(), ipdbg_find_service(), ipdbg_start(), and ipdbg_stop().

◆ next

struct ipdbg_service* ipdbg_service::next

Definition at line 38 of file ipdbg.c.

Referenced by ipdbg_add_service(), and ipdbg_remove_service().

◆ port

uint16_t ipdbg_service::port

Definition at line 39 of file ipdbg.c.

Referenced by ipdbg_create_service(), and ipdbg_start().

◆ tool

uint8_t ipdbg_service::tool

Definition at line 41 of file ipdbg.c.

Referenced by ipdbg_create_service(), ipdbg_find_service(), ipdbg_start(), and ipdbg_stop().


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