C# Class Softing.OPCToolbox.Server.DaRequest

Stores data concerning an OPC read or write request.
Mostra file Open project: SoftingIndustrial/OPC-Classic-SDK Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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).

Method Details

Complete() public method

Complete only this request
public Complete ( ) : int
return int

CompletedInternally() public method

Mark as completed only this request (was internally completed [~cancelled] inside Toolkit Core)
public CompletedInternally ( ) : void
return void

DaRequest() public method

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
return System

ProgressRequestState() public method

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
return bool