- clearBit
void clearBit(int DB, int byteAddress, int bitAddress)
Undocumented in source. Be warned that the author may not have intended to support it.
- closeConnection
void closeConnection()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFloat
float getFloat()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFloatAt
float getFloatAt(int position)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPLCTime
DateTime getPLCTime()
Undocumented in source. Be warned that the author may not have intended to support it.
- getS16
short getS16()
Undocumented in source. Be warned that the author may not have intended to support it.
- getS16At
short getS16At(int position)
Undocumented in source. Be warned that the author may not have intended to support it.
- getS32
int getS32()
Undocumented in source. Be warned that the author may not have intended to support it.
- getS32At
int getS32At(int position)
Undocumented in source. Be warned that the author may not have intended to support it.
- getS8
byte getS8()
Undocumented in source. Be warned that the author may not have intended to support it.
- getS8At
byte getS8At(int position)
Undocumented in source. Be warned that the author may not have intended to support it.
- getU16
ushort getU16()
Undocumented in source. Be warned that the author may not have intended to support it.
- getU16At
ushort getU16At(int position)
Undocumented in source. Be warned that the author may not have intended to support it.
- getU32
uint getU32()
Undocumented in source. Be warned that the author may not have intended to support it.
- getU32At
uint getU32At(int position)
Undocumented in source. Be warned that the author may not have intended to support it.
- getU8
ubyte getU8()
Undocumented in source. Be warned that the author may not have intended to support it.
- getU8At
ubyte getU8At(int position)
Undocumented in source. Be warned that the author may not have intended to support it.
- openConnection
void openConnection(int slot)
Undocumented in source. Be warned that the author may not have intended to support it.
- readBytes
void readBytes(int DB, int start, int length)
Reads a sequence of bytes from PLC memory.
- readPLCTime
int readPLCTime()
- setBit
void setBit(int DB, int byteAddress, int bitAddress)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPLCTimeToSystime
int setPLCTimeToSystime()
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBytes
void writeBytes(int DB, int start, int length, ubyte[] buffer)
Write a sequence of bytes from a buffer to PLC memory.
- openConnection
void openConnection(int slot)
Undocumented in source.
- closeConnection
void closeConnection()
Undocumented in source.
- readBytes
void readBytes(int DB, int start, int length)
Reads a sequence of bytes from PLC memory.
- getS8
byte getS8()
- getU8
ubyte getU8()
- getS16
short getS16()
- getU16
ushort getU16()
- getS32
int getS32()
- getU32
uint getU32()
- getFloat
float getFloat()
- getS8At
byte getS8At(int position)
- getU8At
ubyte getU8At(int position)
- getS16At
short getS16At(int position)
- getU16At
ushort getU16At(int position)
- getS32At
int getS32At(int position)
- getU32At
uint getU32At(int position)
- getFloatAt
float getFloatAt(int position)
- setBit
void setBit(int DB, int byteAddress, int bitAddress)
- clearBit
void clearBit(int DB, int byteAddress, int bitAddress)
- writeBytes
void writeBytes(int DB, int start, int length, ubyte[] buffer)
- readPLCTime
int readPLCTime()