FreeRDP
rdpTransportIo Struct Reference
Collaboration diagram for rdpTransportIo:

Data Fields

pTCPConnect TCPConnect
 
pTransportFkt TLSConnect
 
pTransportFkt TLSAccept
 
pTransportAttach TransportAttach
 
pTransportFkt TransportDisconnect
 
pTransportRWFkt ReadPdu
 
pTransportRWFkt WritePdu
 
pTransportRead ReadBytes
 
pTransportGetPublicKey GetPublicKey
 
pTransportSetBlockingMode SetBlockingMode
 
pTransportConnectLayer ConnectLayer
 
pTransportAttachLayer AttachLayer
 
UINT64 reserved [64 - 12]
 

Detailed Description

Definition at line 105 of file transport_io.h.

Field Documentation

◆ AttachLayer

pTransportAttachLayer rdpTransportIo::AttachLayer
Since
3.9.0

Definition at line 118 of file transport_io.h.

◆ ConnectLayer

pTransportConnectLayer rdpTransportIo::ConnectLayer
Since
version 3.3.0

Definition at line 117 of file transport_io.h.

◆ GetPublicKey

pTransportGetPublicKey rdpTransportIo::GetPublicKey

Definition at line 115 of file transport_io.h.

◆ ReadBytes

pTransportRead rdpTransportIo::ReadBytes

Definition at line 114 of file transport_io.h.

◆ ReadPdu

pTransportRWFkt rdpTransportIo::ReadPdu

Definition at line 112 of file transport_io.h.

◆ reserved

UINT64 rdpTransportIo::reserved[64 - 12]
Since
3.9.0

Definition at line 119 of file transport_io.h.

◆ SetBlockingMode

pTransportSetBlockingMode rdpTransportIo::SetBlockingMode
Since
version 3.2.0

Definition at line 116 of file transport_io.h.

◆ TCPConnect

pTCPConnect rdpTransportIo::TCPConnect

Definition at line 107 of file transport_io.h.

◆ TLSAccept

pTransportFkt rdpTransportIo::TLSAccept

Definition at line 109 of file transport_io.h.

◆ TLSConnect

pTransportFkt rdpTransportIo::TLSConnect

Definition at line 108 of file transport_io.h.

◆ TransportAttach

pTransportAttach rdpTransportIo::TransportAttach

Definition at line 110 of file transport_io.h.

◆ TransportDisconnect

pTransportFkt rdpTransportIo::TransportDisconnect

Definition at line 111 of file transport_io.h.

◆ WritePdu

pTransportRWFkt rdpTransportIo::WritePdu

Definition at line 113 of file transport_io.h.


The documentation for this struct was generated from the following file: