| 
    FreeRDP
    
   | 
 
#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] | 
Definition at line 68 of file transport_io.h.
| ALIGN64 pTransportLayerFkt rdpTransportLayer::Close | 
Definition at line 73 of file transport_io.h.
| ALIGN64 pTransportLayerGetEvent rdpTransportLayer::GetEvent | 
Definition at line 75 of file transport_io.h.
| ALIGN64 pTransportLayerRead rdpTransportLayer::Read | 
Definition at line 71 of file transport_io.h.
| UINT64 rdpTransportLayer::reserved[64 - 6] | 
Definition at line 76 of file transport_io.h.
| ALIGN64 void* rdpTransportLayer::userContext | 
Definition at line 70 of file transport_io.h.
| ALIGN64 pTransportLayerWait rdpTransportLayer::Wait | 
Definition at line 74 of file transport_io.h.
| ALIGN64 pTransportLayerWrite rdpTransportLayer::Write | 
Definition at line 72 of file transport_io.h.