readwrite
Writes data to an ADS device and then reads data from this device.
readwrite(
nIndexGroup,
nIndexOffset,
cbRdLen,
pwrData,
userState,
);
Parameters
nIndexGroup | Type: Number |
nIndexOffset | Type: Number |
cbRdLen | Type: Number |
pwrData | Type: Base64 encoded binary string |
userState | Type: Every |
Returns
This function will return a TcAdsWebService.Response object.
If successfull, the TcAdsWebService.Response.reader property contains the data in the order in which the data was requested.