IsoTcp

Members

Functions

readBytes
void readBytes(in int DB, in int start, in int length)

Reads a sequence of bytes from PLC memory.

readPLCTime
int readPLCTime()

Read PLC data time.

writeBytes
void writeBytes(int DB, int start, int length, ubyte[] buffer)

Write a sequence of bytes from a buffer to PLC memory.

Inherited Members

From IPlc

readBytes
void readBytes(in int DB, in int start, in 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(in int DB, in int byteAddress, in int bitAddress)
clearBit
void clearBit(in int DB, in int byteAddress, in int bitAddress)
writeBytes
void writeBytes(int DB, int start, int length, ubyte[] buffer)
readPLCTime
int readPLCTime()

Meta