Skip to content

Commit

Permalink
Merge pull request #3 from citrix/shruthi_vcsdk_changes
Browse files Browse the repository at this point in the history
fixing minor errors and typos
  • Loading branch information
ajitchelat authored Aug 28, 2018
2 parents bb3d1e5 + fcc4618 commit d71c9a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/system-requirements.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.

0 comments on commit d71c9a5

Please sign in to comment.