Command

interface Command

Interface which encapsulates Commands sent on an administrative level on the SDK. Commands include for example the usage / release of contexts, and their connection type switches.

See ../../../../../../../../../../CommunicationProtocol.md for more documentation on this.

Types

Link copied to clipboard
sealed class Request

Sealed class which encapsulates all command requests. They are answered by any response of Command.Response.

Link copied to clipboard
sealed class Response

Sealed class which encapsulates all command responses. So the responses to any Command.Request.

Link copied to clipboard
object Type