writeAsync
Writes data to an ADS device.
write(
nIndexGroup,
nIndexOffset,
pData,
pCallback,
userState,
);
Parameters
nIndexGroup | Type: Number |
nIndexOffset | Type: Number |
pData | Type: Base64 encoded binary string |
pCallback | Type: Function pointer |
userState | Type: Every |
Returns
This function will return nothing. An TcAdsWebService.Response object is returned by calling the callback function which was set by use of the pCallback parameter.