C# (CSharp) GoIOdotNET 네임스페이스

클래스들

이름 설명
GoIO The GoIO class provides an application program with full access to the data acquisition capabilities built into the Go family of devices, which include the Go! Link, Go! Temp, Go! Motion, and Vernier Mini GC devices. This class is a very thin managed code wrapper around the unmanaged GoIO DLL library. The GoIO class API is fairly broad, so knowing where to start is hard. The documentation for the GoIO_Sensor_Open() and the GoIO_Sensor_SendCmdAndGetResponse() functions are good starting places.

Refer to the GoIO_ParmBlk class for the command and response data structures passed into GoIO_Sensor_SendCmdAndGetResponse().

The GoIOdotNet XML docs are a work in progress. More complete documentation can be found in the GoIO_DLL_interface.h file.