public static interface EthReadRTD.Mxiolib
extends com.sun.jna.Library
| Modifier and Type | Field and Description |
|---|---|
static EthReadRTD.Mxiolib |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
int |
E1K_AI_Reads(int hConnection,
byte bytStartChannel,
byte bytCount,
double[] dValue) |
int |
E1K_DI_Reads(int hConnection,
byte bytStartChannel,
byte bytCount,
com.sun.jna.ptr.IntByReference di) |
int |
E1K_DO_Reads(int hConnection,
byte bytStartChannel,
byte bytCount,
com.sun.jna.ptr.IntByReference di) |
int |
E1K_DO_Writes(int hConnection,
byte bytStartChannel,
byte bytCount,
int di) |
int |
E1K_RTD_Reads(int hConnection,
byte bytStartChannel,
byte bytCount,
double[] dValue) |
int |
MXEIO_Disconnect(int hConnection) |
int |
MXEIO_E1K_Connect(String IP,
short wPort,
int dwTimeOut,
com.sun.jna.ptr.IntByReference hConnection,
String szPassword) |
static final EthReadRTD.Mxiolib INSTANCE
int MXEIO_E1K_Connect(String IP, short wPort, int dwTimeOut, com.sun.jna.ptr.IntByReference hConnection, String szPassword)
int E1K_RTD_Reads(int hConnection,
byte bytStartChannel,
byte bytCount,
double[] dValue)
int E1K_DI_Reads(int hConnection,
byte bytStartChannel,
byte bytCount,
com.sun.jna.ptr.IntByReference di)
int E1K_DO_Reads(int hConnection,
byte bytStartChannel,
byte bytCount,
com.sun.jna.ptr.IntByReference di)
int E1K_DO_Writes(int hConnection,
byte bytStartChannel,
byte bytCount,
int di)
int E1K_AI_Reads(int hConnection,
byte bytStartChannel,
byte bytCount,
double[] dValue)
int MXEIO_Disconnect(int hConnection)