Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
~
+
Variables
a
b
c
d
e
f
h
i
l
m
n
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
All
Functions
Typedefs
Enumerations
Enumerator
Macros
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