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
protocol_info.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
6
struct
ProtocolInfo
7
{
8
bool
isError
=
false
;
9
std::string
protocol_name
;
// protocol name, defaults to "pfsdp"
10
int
version_major
;
// major version of protocol
11
int
version_minor
;
// minor version of protocol
12
std::vector<std::string>
commands
;
// list of available commands
13
// Since R2300 may not give correct error reports
14
// it is safer to keep the list of commands
15
uint16_t
device_family
;
16
};
ProtocolInfo::isError
bool isError
Definition:
protocol_info.h:8
ProtocolInfo::device_family
uint16_t device_family
Definition:
protocol_info.h:15
ProtocolInfo::commands
std::vector< std::string > commands
Definition:
protocol_info.h:12
ProtocolInfo::protocol_name
std::string protocol_name
Definition:
protocol_info.h:9
ProtocolInfo::version_major
int version_major
Definition:
protocol_info.h:10
ProtocolInfo::version_minor
int version_minor
Definition:
protocol_info.h:11
ProtocolInfo
Definition:
protocol_info.h:6
pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35