Table of Contents

Class TerminalIdentifiers

Namespace
OneImlx.Terminal
Assembly
OneImlx.Terminal.dll

The standard terminal identifiers.

public sealed class TerminalIdentifiers
Inheritance
TerminalIdentifiers
Inherited Members

Fields

CustomHandler

The custom handler.

public const string CustomHandler = "custom"

Field Value

string

DefaultHandler

The default handler.

public const string DefaultHandler = "default"

Field Value

string

OfflineLicenseMode

The offline license mode.

public const string OfflineLicenseMode = "offline"

Field Value

string

OnPremiseDeployment

The onpremise deployment.

public const string OnPremiseDeployment = "onpremise"

Field Value

string

OnlineLicenseMode

The online license mode.

public const string OnlineLicenseMode = "online"

Field Value

string

RemoteCommandDelimiter

The remote command delimiter.

public const string RemoteCommandDelimiter = "$c$"

Field Value

string

RemoteMessageDelimiter

The remote command delimiter.

public const string RemoteMessageDelimiter = "$m$"

Field Value

string

TestApplicationId

The test application identifier for internal testing.

public const string TestApplicationId = "08c6925f-a734-4e24-8d84-e06737420766"

Field Value

string

Remarks

NOTE: This application is reserved for our internal testing purposes. Do not use in your application code.