daveWriteBytes

Write len bytes from buffer to the PLC.

version(BindNodave_Static)
extern (C) @nogc nothrow
int
daveWriteBytes
(,
int area
,
int DB
,
int start
,
int len
,
void* buffer
)

Parameters

dc daveConnection*

A daveConnection

area int

Denotes whether the data comes from FLAGS, DATA BLOCKS, INPUTS or OUTPUTS. The writing of other data like timers and counters is not supported.

start int

Determines the first byte

DB int

The number of the data block to be used. Set it to zero for other area types.

len int

Number of bytes to write

buffer void*

Pointer to a memory block.

Meta