FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
include/freerdp/heartbeat.h
1
20
#ifndef FREERDP_HEARTBEAT_H
21
#define FREERDP_HEARTBEAT_H
22
23
#include <freerdp/types.h>
24
#include <freerdp/api.h>
25
26
#ifdef __cplusplus
27
extern
"C"
28
{
29
#endif
30
31
typedef
struct
rdp_heartbeat
rdpHeartbeat;
32
33
typedef
BOOL (*pServerHeartbeat)(freerdp* instance, BYTE period, BYTE count1, BYTE count2);
34
35
struct
rdp_heartbeat
36
{
37
pServerHeartbeat ServerHeartbeat;
38
};
35
struct
rdp_heartbeat
{
…
};
39
40
FREERDP_API BOOL freerdp_heartbeat_send_heartbeat_pdu(freerdp_peer* peer, BYTE period,
41
BYTE count1, BYTE count2);
42
43
#ifdef __cplusplus
44
}
45
#endif
46
47
#endif
/* FREERDP_HEARTBEAT_H */
rdp_heartbeat
Definition
include/freerdp/heartbeat.h:36
include
freerdp
heartbeat.h
Generated by
1.9.8