class Wacom::Kiosk::Integrator::ActiveClient | The model, representing tablet clients that have active connection to the server. |
class Wacom::Kiosk::Integrator::DocumentContext | The document state of the tablet client. |
class Wacom::Kiosk::Integrator::SubscriberMessageEventArgs | The event arguments passed whenever a message is transmitted between the integrator and the tablet. |
class Wacom::Kiosk::Integrator::MQServer | A TCP server wrapper, utilizing byte array message communication between multiple tablet clients and the integrator server. |
class Wacom::Kiosk::Integrator::NamedPipeServer | Represents a server using named pipes for inter-process communication. |
class Wacom::Kiosk::Integrator::Server | Serves as a base class for servers that manage connections, disconnections, and messages from clients. While this class can be instantiated, it is designed to be extended by derived classes that implement specific server behaviors. |
class Wacom::Kiosk::Integrator::ServerFactory | Provides a simplified interface to wrap and instantiate different types of server instances, including MQServer with SSL certificate configuration or a default NamedPipeServer. |