Expand description
Re-exports§
pub use ironrdp_pdu;
Modules§
Structs§
- Drdynvc
Client - DRDYNVC Static Virtual Channel (the Remote Desktop Protocol: Dynamic Virtual Channel Extension)
- Drdynvc
Server - DRDYNVC Static Virtual Channel (the Remote Desktop Protocol: Dynamic Virtual Channel Extension)
- Dynamic
Virtual Channel
Traits§
- DvcClient
Processor - DvcEncode
- Represents a message that, when encoded, forms a complete PDU for a given dynamic virtual channel.
This means a message that is ready to be wrapped in
pdu::DataFirstPduandpdu::DataPduPDUs (being split into multiple of such PDUs if necessary). - DvcProcessor
- A type that is a Dynamic Virtual Channel (DVC)
- DvcServer
Processor