_daveConnection

A structure representing the physical connection to a single PLC. daveConnection stores all properties that are unique to a single PLC: - The MPI address of this PLC. - The rack the PLC is in. - The slot the PLC is in.

extern (C)
struct _daveConnection {
int AnswLen;
ubyte* resultPointer;
int maxPDUlength;
}

Meta