C# 클래스 Opc.Ua.Com.Client.ComHdaDataCallback

A class that implements the IOPCHDA_DataCallback interface.
상속: OpcRcw.Hda.IOPCHDA_DataCallback, IDisposable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

메소드 상세

ComHdaDataCallback() 공개 메소드

Initializes the object with the containing subscription object.
public ComHdaDataCallback ( ComHdaClient server ) : System
server ComHdaClient
리턴 System

Dispose() 공개 메소드

Frees any unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnCancelComplete() 공개 메소드

Called when a async opeartion cancel completes.
public OnCancelComplete ( int dwCancelID ) : void
dwCancelID int
리턴 void

OnDataChange() 공개 메소드

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
리턴 void

OnInsertAnnotations() 공개 메소드

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
리턴 void

OnPlayback() 공개 메소드

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
리턴 void

OnReadAnnotations() 공개 메소드

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
리턴 void

OnReadAttributeComplete() 공개 메소드

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
리턴 void

OnReadComplete() 공개 메소드

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
리턴 void

OnReadModifiedComplete() 공개 메소드

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
리턴 void

OnUpdateComplete() 공개 메소드

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
리턴 void