2.2.1.3 ExecuteCommandType
The ExecuteCommandType enumeration specifies the type of command message sent between actors in a clipbook-sharing session.
|
Constant/value |
Description |
|---|---|
|
CMD_DELETE "[delete]" |
The sender is directing the recipient to remove a clipbook entry from its set of clipboard shares. |
|
CMD_INITSHARE "[initshare]" |
The recipient has been requested to initialize its list of clipbook entries intended for sharing. |
|
CMD_PASTE "[paste]" |
The sender is directing the recipient to create a new clipbook entry. |
|
CMD_SHARE "[markshared]" |
The sender is directing the recipient to share a clipbook entry. |
|
CMD_UNSHARE "[markunshared]" |
The sender is directing the recipient to stop sharing a clipbook entry. |