| Class | Description |
|---|---|
| RegisterClient |
The class
RegisterClient is used for: - registering the client at the server to obtain a clientId (if client does not have any clientId assigned before) - validating the current clientId of the client (if the client has one) |
| UpgradeClient |
The class
UpgradeClient is responsible for receiving upgrade of the VBS client from the server. |
| VbsClient |
The class
VbsClient is the primary class of the VBS client application. |
| VbsClientShutdown |
The class
VbsClientShutdown is responsible for shutting down the client application
nicely. |