handle_info.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 struct HandleInfo
6 {
7  static const int HANDLE_TYPE_TCP = 0;
8  static const int HANDLE_TYPE_UDP = 1;
9 
11  std::string hostname;
12  std::string port;
13  std::string handle;
14  std::string endpoint;
15 };
std::string hostname
Definition: handle_info.h:11
int handle_type
Definition: handle_info.h:10
std::string handle
Definition: handle_info.h:13
static const int HANDLE_TYPE_TCP
Definition: handle_info.h:7
std::string port
Definition: handle_info.h:12
static const int HANDLE_TYPE_UDP
Definition: handle_info.h:8
std::string endpoint
Definition: handle_info.h:14


pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35