diopcgroupevent.java

来自「此文件为OPC Client IsVJTrend源代码,在VJ++开发环境下调试」· Java 代码 · 共 41 行

JAVA
41
字号
//
// Auto-generated using JActiveX.EXE 5.00.2918
//   ("D:\Program Files\Microsoft Visual Studio\VJ98\jactivex.exe" /wfc  /w /xi /X:rkc /l "C:\TEMP\jvc12.tmp" /nologo /d "E:\InfoServer\clients\Java\Trend\ISVjTrend" "C:\WINNT\system32\opcdaauto.dll")
//
// WARNING: Do not remove the comments that include "@com" directives.
// This source file must be compiled by a @com-aware compiler.
// If you are using the Microsoft Visual J++ compiler, you must use
// version 1.02.3920 or later. Previous versions will not issue an error
// but will not generate COM-enabled class files.
//

package opcdaauto;

import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;

// Dispatch-only interface DIOPCGroupEvent
/** @com.interface(iid=28E68F97-8D75-11D1-8DC3-3C302A000000, thread=AUTO, type=DISPATCH) */
public interface DIOPCGroupEvent extends IUnknown
{
  /** @com.method(dispid=1, type=METHOD, name="DataChange", returntype=VOID)
      @com.parameters([in,type=I4] TransactionID, [in,type=I4] NumItems, [in,vt=16387,type=SAFEARRAY] ClientHandles, [in,vt=16396,type=SAFEARRAY] ItemValues, [in,vt=16387,type=SAFEARRAY] Qualities, [in,vt=16391,type=SAFEARRAY] TimeStamps) */
  public void DataChange(int TransactionID, int NumItems, com.ms.com.SafeArray ClientHandles, com.ms.com.SafeArray ItemValues, com.ms.com.SafeArray Qualities, com.ms.com.SafeArray TimeStamps);

  /** @com.method(dispid=2, type=METHOD, name="AsyncReadComplete", returntype=VOID)
      @com.parameters([in,type=I4] TransactionID, [in,type=I4] NumItems, [in,vt=16387,type=SAFEARRAY] ClientHandles, [in,vt=16396,type=SAFEARRAY] ItemValues, [in,vt=16387,type=SAFEARRAY] Qualities, [in,vt=16391,type=SAFEARRAY] TimeStamps, [in,vt=16387,type=SAFEARRAY] Errors) */
  public void AsyncReadComplete(int TransactionID, int NumItems, com.ms.com.SafeArray ClientHandles, com.ms.com.SafeArray ItemValues, com.ms.com.SafeArray Qualities, com.ms.com.SafeArray TimeStamps, com.ms.com.SafeArray Errors);

  /** @com.method(dispid=3, type=METHOD, name="AsyncWriteComplete", returntype=VOID)
      @com.parameters([in,type=I4] TransactionID, [in,type=I4] NumItems, [in,vt=16387,type=SAFEARRAY] ClientHandles, [in,vt=16387,type=SAFEARRAY] Errors) */
  public void AsyncWriteComplete(int TransactionID, int NumItems, com.ms.com.SafeArray ClientHandles, com.ms.com.SafeArray Errors);

  /** @com.method(dispid=4, type=METHOD, name="AsyncCancelComplete", returntype=VOID)
      @com.parameters([in,type=I4] CancelID) */
  public void AsyncCancelComplete(int CancelID);


  public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x28e68f97, (short)0x8d75, (short)0x11d1, (byte)0x8d, (byte)0xc3, (byte)0x3c, (byte)0x30, (byte)0x2a, (byte)0x0, (byte)0x0, (byte)0x0);
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?