diff --git a/docs/architecture.md b/docs/architecture.md index 64463a0..058cf6d 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -32,12 +32,12 @@ This figure illustrates the virtual channel client-server connection: ![alt_text!](./virtual-channel-overview.png) -The WinStation driver is responsible for demultiplexing the virtual +The `WinStation` driver is responsible for demultiplexing the virtual channel data from the ICA data stream and routing it to the correct -processing module (in this case, the virtual driver). The WinStation +processing module (in this case, the virtual driver). The `WinStation` driver is also responsible for gathering and sending virtual channel data to the server over the ICA connection. On the client side, the -WinStation driver is also called the client engine, or simply the +`WinStation` driver is also called the client engine, or simply the engine. The following is an overview of client-server data exchange using a @@ -58,7 +58,7 @@ virtual channel: * If the client virtual driver has data to send to the server, the data may be sent immediately, or it may be sent the next time the WinStation driver polls the virtual driver. When the data is received by the server, it is queued until the virtual channel application reads it. There is no way to alert the server virtual channel application that data was received. -1. When the server virtual channel application is finished, it closes +4\. When the server virtual channel application is finished, it closes the virtual channel and frees any allocated resources. ## ICA and Virtual Channel Data Packets diff --git a/docs/index.md b/docs/index.md index 2e231cb..52f08de 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# Citrix Virtual Channel SDK for Citrix Workspace app 1808 for Windows +# Citrix Virtual Channel SDK for Citrix Workspace app 1808 for Windows The Citrix Virtual Channel Software Development Kit (SDK) provides support for writing server-side applications and client-side drivers for diff --git a/docs/system-requirements.md b/docs/system-requirements.md index 4eddac7..e85cc9d 100644 --- a/docs/system-requirements.md +++ b/docs/system-requirements.md @@ -1,6 +1,6 @@ # System Requirements -Citrix Virtual Channel SDK can be installed on systems supported by Citrix Workspace App for Windows. You can build the virtual drivers and applications on any platform. To run, they require a server running XenApp or XenDesktop. +Citrix Virtual Channel SDK can be installed on systems supported by Citrix Workspace app for Windows. You can build the virtual drivers and applications on any platform. To run, they require a server running XenApp or XenDesktop. ## Development Environment Requirements @@ -19,4 +19,4 @@ The Windows Virtual Channel SDK is supported on Citrix XenApp 6.5 (or later) and ### Client Requirement -Citrix Workspace app for Windows 4.7 and later. +Citrix Receiver for Windows 4.7 and later.