設定例

VB.NET用

Dim Ret As Integer

Ret = GpStopAsync()

 

C言語用

DWORD Ret;

Ret = GpStopAsync();

 

C#用

uint Ret;

Ret = gpib.StopAsync();

 

Python用

Ret = ctypes.c_ulong()

Ret.value = GpibPy.GpStopAsync()