include
pf_driver
pf
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
10
int
handle_type
;
11
std::string
hostname
;
12
std::string
port
;
13
std::string
handle
;
14
std::string
endpoint
;
15
};
HandleInfo::hostname
std::string hostname
Definition:
handle_info.h:11
HandleInfo::handle_type
int handle_type
Definition:
handle_info.h:10
HandleInfo::handle
std::string handle
Definition:
handle_info.h:13
HandleInfo
Definition:
handle_info.h:5
HandleInfo::HANDLE_TYPE_TCP
static const int HANDLE_TYPE_TCP
Definition:
handle_info.h:7
HandleInfo::port
std::string port
Definition:
handle_info.h:12
HandleInfo::HANDLE_TYPE_UDP
static const int HANDLE_TYPE_UDP
Definition:
handle_info.h:8
HandleInfo::endpoint
std::string endpoint
Definition:
handle_info.h:14
pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35