Expand description
§IronRDP CLIPRDR
Implementation of clipboard static virtual channel(CLIPRDR) described in MS-RDPECLIP
This library includes:
- Clipboard SVC PDUs parsing
- Clipboard SVC processing
- Clipboard backend API types for implementing OS-specific clipboard logic
For concrete native clipboard backend implementations, see ironrdp-cliprdr-native crate.
This crate is part of the IronRDP project.
Modules§
- backend
- This module provides infrastructure for implementing OS-specific clipboard backend.
- pdu
- This module implements RDP clipboard channel PDUs encode/decode logic as defined in [MS-RDPECLIP]: Remote Desktop Protocol: Clipboard Virtual Channel Extension
Structs§
Traits§
Type Aliases§
- Cliprdr
Client - Cliprdr
Server - Cliprdr
SvcMessages - PDUs for sending to the server on the CLIPRDR channel.