Click or drag to resize

IPerceptionApp Interface

Interface for perception application.

Namespace:  Rubedos.Viper.Net.Iface
Assembly:  Rubedos.Viper.Net.Iface (in Rubedos.Viper.Net.Iface.dll) Version: 1.0.0.2336 (1.0.00000.2336)
Syntax
C#
public interface IPerceptionApp

The IPerceptionApp type exposes the following members.

Properties
  NameDescription
Public propertyAppId
Application Id, used to query application info
Public propertyDescription
Gets the description.
Public propertyName
Gets the name.
Top
Methods
  NameDescription
Public methodActivate
Activates the application.
Public methodIsActivated
Gets a value indicating whether the perception application is activated.
Top
Remarks
HSI, 2018.10.18.
See Also