Skip to content

debugger_client_tcp_t

概述

调试器TCP客户端。

函数

函数名称说明
debugger_client_tcp_create创建调试器TCP客户端对象。

debugger_client_tcp_create 函数

  • 函数功能:

创建调试器TCP客户端对象。

  • 函数原型:
debugger_t* debugger_client_tcp_create (const char* host, uint32_t port);
  • 参数说明:
参数类型说明
返回值debugger_t*返回debugger对象。
hostconst char*目标主机。
portuint32_t目标端口。