C# Class Opc.Ua.Com.Client.ComHdaDataCallback

A class that implements the IOPCHDA_DataCallback interface.
Inheritance: OpcRcw.Hda.IOPCHDA_DataCallback, IDisposable
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
ComHdaDataCallback ( ComHdaClient server ) : System

Initializes the object with the containing subscription object.

Dispose ( ) : void

Frees any unmanaged resources.

OnCancelComplete ( int dwCancelID ) : void

Called when a async opeartion cancel completes.

OnDataChange ( int dwTransactionID, int hrStatus, int dwNumItems, OPCHDA_ITEM pItemValues, int phrErrors ) : void

Called when a data change arrives.

OnInsertAnnotations ( int dwTransactionID, int hrStatus, int dwCount, int phClients, int phrErrors ) : void

Called when an async insert annotations completes.

OnPlayback ( int dwTransactionID, int hrStatus, int dwNumItems, IntPtr ppItemValues, int phrErrors ) : void

Called when a playback result arrives.

OnReadAnnotations ( int dwTransactionID, int hrStatus, int dwNumItems, OPCHDA_ANNOTATION pAnnotationValues, int phrErrors ) : void

Called when an async read annotations completes.

OnReadAttributeComplete ( int dwTransactionID, int hrStatus, int hClient, int dwNumItems, OPCHDA_ATTRIBUTE pAttributeValues, int phrErrors ) : void

Called when an async read attributes completes.

OnReadComplete ( int dwTransactionID, int hrStatus, int dwNumItems, OPCHDA_ITEM pItemValues, int phrErrors ) : void

Called when an async read completes.

OnReadModifiedComplete ( int dwTransactionID, int hrStatus, int dwNumItems, OPCHDA_MODIFIEDITEM pItemValues, int phrErrors ) : void

Called when an async read modified completes.

OnUpdateComplete ( int dwTransactionID, int hrStatus, int dwCount, int phClients, int phrErrors ) : void

Called when a async update completes.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

ComHdaDataCallback() public méthode

Initializes the object with the containing subscription object.
public ComHdaDataCallback ( ComHdaClient server ) : System
server ComHdaClient
Résultat System

Dispose() public méthode

Frees any unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnCancelComplete() public méthode

Called when a async opeartion cancel completes.
public OnCancelComplete ( int dwCancelID ) : void
dwCancelID int
Résultat void

OnDataChange() public méthode

Called when a data change arrives.
public OnDataChange ( int dwTransactionID, int hrStatus, int dwNumItems, OPCHDA_ITEM pItemValues, int phrErrors ) : void
dwTransactionID int
hrStatus int
dwNumItems int
pItemValues OpcRcw.Hda.OPCHDA_ITEM
phrErrors int
Résultat void

OnInsertAnnotations() public méthode

Called when an async insert annotations completes.
public OnInsertAnnotations ( int dwTransactionID, int hrStatus, int dwCount, int phClients, int phrErrors ) : void
dwTransactionID int
hrStatus int
dwCount int
phClients int
phrErrors int
Résultat void

OnPlayback() public méthode

Called when a playback result arrives.
public OnPlayback ( int dwTransactionID, int hrStatus, int dwNumItems, IntPtr ppItemValues, int phrErrors ) : void
dwTransactionID int
hrStatus int
dwNumItems int
ppItemValues System.IntPtr
phrErrors int
Résultat void

OnReadAnnotations() public méthode

Called when an async read annotations completes.
public OnReadAnnotations ( int dwTransactionID, int hrStatus, int dwNumItems, OPCHDA_ANNOTATION pAnnotationValues, int phrErrors ) : void
dwTransactionID int
hrStatus int
dwNumItems int
pAnnotationValues OpcRcw.Hda.OPCHDA_ANNOTATION
phrErrors int
Résultat void

OnReadAttributeComplete() public méthode

Called when an async read attributes completes.
public OnReadAttributeComplete ( int dwTransactionID, int hrStatus, int hClient, int dwNumItems, OPCHDA_ATTRIBUTE pAttributeValues, int phrErrors ) : void
dwTransactionID int
hrStatus int
hClient int
dwNumItems int
pAttributeValues OpcRcw.Hda.OPCHDA_ATTRIBUTE
phrErrors int
Résultat void

OnReadComplete() public méthode

Called when an async read completes.
public OnReadComplete ( int dwTransactionID, int hrStatus, int dwNumItems, OPCHDA_ITEM pItemValues, int phrErrors ) : void
dwTransactionID int
hrStatus int
dwNumItems int
pItemValues OpcRcw.Hda.OPCHDA_ITEM
phrErrors int
Résultat void

OnReadModifiedComplete() public méthode

Called when an async read modified completes.
public OnReadModifiedComplete ( int dwTransactionID, int hrStatus, int dwNumItems, OPCHDA_MODIFIEDITEM pItemValues, int phrErrors ) : void
dwTransactionID int
hrStatus int
dwNumItems int
pItemValues OpcRcw.Hda.OPCHDA_MODIFIEDITEM
phrErrors int
Résultat void

OnUpdateComplete() public méthode

Called when a async update completes.
public OnUpdateComplete ( int dwTransactionID, int hrStatus, int dwCount, int phClients, int phrErrors ) : void
dwTransactionID int
hrStatus int
dwCount int
phClients int
phrErrors int
Résultat void