C# Класс Softing.OPCToolbox.Server.DaRequest

Stores data concerning an OPC read or write request.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Complete ( ) : int

Complete only this request

CompletedInternally ( ) : void

Mark as completed only this request (was internally completed [~cancelled] inside Toolkit Core)

DaRequest ( EnumTransactionType aTransactionType, uint aSessionHandle, Softing.OPCToolbox.Server.DaAddressSpaceElement anElement, int aPropertyId, uint aRequestHandle ) : System

Default public constructor

ProgressRequestState ( EnumRequestState valueFrom, EnumRequestState valueTo ) : bool

Advances a request state from an initial value to a final value (this operation is thread-safe).

Описание методов

Complete() публичный Метод

Complete only this request
public Complete ( ) : int
Результат int

CompletedInternally() публичный Метод

Mark as completed only this request (was internally completed [~cancelled] inside Toolkit Core)
public CompletedInternally ( ) : void
Результат void

DaRequest() публичный Метод

Default public constructor
public DaRequest ( EnumTransactionType aTransactionType, uint aSessionHandle, Softing.OPCToolbox.Server.DaAddressSpaceElement anElement, int aPropertyId, uint aRequestHandle ) : System
aTransactionType EnumTransactionType
aSessionHandle uint
anElement Softing.OPCToolbox.Server.DaAddressSpaceElement
aPropertyId int
aRequestHandle uint
Результат System

ProgressRequestState() публичный Метод

Advances a request state from an initial value to a final value (this operation is thread-safe).
public ProgressRequestState ( EnumRequestState valueFrom, EnumRequestState valueTo ) : bool
valueFrom EnumRequestState
valueTo EnumRequestState
Результат bool