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.

Members

Variables

AnswLen
int AnswLen;
Undocumented in source.
maxPDUlength
int maxPDUlength;
Undocumented in source.
resultPointer
ubyte* resultPointer;
Undocumented in source.

Meta