.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.ApplicationInstance.BuiltInCommands Class Reference

The built-in command line parameters. More...

Public Attributes

const string Service = "/service"
 Runs the application as a service. More...
 
const string Install = "/install"
 Installs the application. More...
 
const string Uninstall = "/uninstall"
 Uninstalls the application. More...
 
const string Silent = "/silent"
 Suppresses any errors during command processing. More...
 
const string ConfigFile = "/configfile"
 The path to the configuration file to use. More...
 
const string OpcTcpPort = "/opctcpport"
 The OPC.TCP port to use. More...
 
const string ApplicationCertificateStore = "/ownstorepath"
 The OPC.TCP port to use. More...
 
const string Help = "/help"
 Display the command line help text for the application. More...
 

Detailed Description

The built-in command line parameters.

Member Data Documentation

const string UnifiedAutomation.UaBase.ApplicationInstance.BuiltInCommands.ApplicationCertificateStore = "/ownstorepath"

The OPC.TCP port to use.

const string UnifiedAutomation.UaBase.ApplicationInstance.BuiltInCommands.ConfigFile = "/configfile"

The path to the configuration file to use.

const string UnifiedAutomation.UaBase.ApplicationInstance.BuiltInCommands.Help = "/help"

Display the command line help text for the application.

const string UnifiedAutomation.UaBase.ApplicationInstance.BuiltInCommands.Install = "/install"

Installs the application.

const string UnifiedAutomation.UaBase.ApplicationInstance.BuiltInCommands.OpcTcpPort = "/opctcpport"

The OPC.TCP port to use.

const string UnifiedAutomation.UaBase.ApplicationInstance.BuiltInCommands.Service = "/service"

Runs the application as a service.

const string UnifiedAutomation.UaBase.ApplicationInstance.BuiltInCommands.Silent = "/silent"

Suppresses any errors during command processing.

const string UnifiedAutomation.UaBase.ApplicationInstance.BuiltInCommands.Uninstall = "/uninstall"

Uninstalls the application.


The documentation for this class was generated from the following file: