Command Properties

The Command type exposes the following members.

Properties

 

Name

Description

Command Properties 1:

Changed

Contains a value that indicates whether the Command has changed.

Command Properties 2:

CustomerData

Contains the customer data associated with this Command. This can be used to identify multiple calls to the same symbol in one request.

Command Properties 3:

Domain

Gets the domain of the symbol.

Command Properties 4:

ExtensionResult

Contains the extension result of the Command.

Command Properties 5:

HasPaging

Gets a value that indicates whether the result will be filtered.

Command Properties 6:

HasSymbolOptions

Gets a value that indicates whether the Command has symbol options.

Command Properties 7:

IsSet

Gets a value that indicates whether the Command is set.

Command Properties 8:

Mapping

Gets the mapping of the symbol.

Command Properties 9:

Name

Contains the name of the symbol.

Command Properties 10:

Options

Contains the CommandOptions of the symbol.

Command Properties 11:

Paging

Gets the filter of the symbol used by this Command. Filters can be used to set rules for reducing the size of returned Values of type Vector or Map. If your TwinCAT HMI server extension handles the filtering or paging itself set PagingHandled.

Command Properties 12:

Path

Gets the path of the Mapping.

Command Properties 13:

ProcessedEnd

Contains the DateTime that indicates when processing the data in this Command ended.

Command Properties 14:

ProcessedStart

Contains the DateTime that indicates when processing the data in this Command started.

Command Properties 15:

ReadValue

Contains the read value of the Command.

Command Properties 16:

Result

Gets the result of the symbol.

Command Properties 17:

ResultString

Contains the result String of the Command.

Command Properties 18:

SymbolOptions

Gets the options of the symbol.

Command Properties 19:

WriteValue

Contains the write value of the Command.

Reference

Command Class

TcHmiSrv.Core Namespace