writeControl
Changes the ADS status and the device status of an ADS server.
writeControl(
sNetId,
nPort,
adsState,
deviceState,
pData,
pCallback,
userState,
ajaxTimeout,
ajaxTimeoutCallback,
async
);
Parameters
sNetId | Type: String |
nPort | Type: Number |
adsState | Type: Number or TcAdsWebService.AdsState |
New ads state. | |
deviceState | Type: Number or TcAdsWebService.AdsState |
New device state. | |
pData | Type: Base64 encoded binary string |
pCallback | Type: Function pointer |
userState | Type: Every |
ajaxTimeout | Type: Number |
ajaxTimeoutCallback | Type: Function pointer |
async | Type: Bool |
Returns
If the async parameter is set to false, this function will return a TcAdsWebService.Response object.
Otherwise it returns nothing.
If successfull, the TcAdsWebService.Response.reader property will be undefined.