IsoTcp.writeBytes

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

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

Parameters

DB
Type: int

The number of a data block

start
Type: int

The address of the first byte in the block.

length
Type: int

The number of bytes to write.

buffer
Type: ubyte[]

Buffer to write.

Meta