FreeRDP
rdpTransportLayer Struct Reference

#include <transport_io.h>

Data Fields

ALIGN64 void * userContext
 
ALIGN64 pTransportLayerRead Read
 
ALIGN64 pTransportLayerWrite Write
 
ALIGN64 pTransportLayerFkt Close
 
ALIGN64 pTransportLayerWait Wait
 
ALIGN64 pTransportLayerGetEvent GetEvent
 
UINT64 reserved [64 - 6]
 

Detailed Description

Since
version 3.9.0

Definition at line 62 of file transport_io.h.

Field Documentation

◆ Close

ALIGN64 pTransportLayerFkt rdpTransportLayer::Close

Definition at line 67 of file transport_io.h.

◆ GetEvent

ALIGN64 pTransportLayerGetEvent rdpTransportLayer::GetEvent

Definition at line 69 of file transport_io.h.

◆ Read

ALIGN64 pTransportLayerRead rdpTransportLayer::Read

Definition at line 65 of file transport_io.h.

◆ reserved

UINT64 rdpTransportLayer::reserved[64 - 6]

Definition at line 70 of file transport_io.h.

◆ userContext

ALIGN64 void* rdpTransportLayer::userContext

Definition at line 64 of file transport_io.h.

◆ Wait

ALIGN64 pTransportLayerWait rdpTransportLayer::Wait

Definition at line 68 of file transport_io.h.

◆ Write

ALIGN64 pTransportLayerWrite rdpTransportLayer::Write

Definition at line 66 of file transport_io.h.


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