Documentation
README
Discussion & Support
GitHub
NPM
Preparing search index...
The search index is not available
ads-client | Beckhoff TwinCAT ADS client library for Node.js
ads-client | Beckhoff TwinCAT ADS client library for Node.js
ActiveAdsRequest
Interface ActiveAdsRequest
Active ADS command that is waiting for answer Callback is called when response is received
interface
ActiveAdsRequest
{
responseCallback
:
(
(
packet
:
AmsTcpPacket
<
AdsResponse
>
)
=>
void
)
;
timeoutTimerHandle
?:
Timeout
;
}
Index
Properties
response
Callback
timeout
Timer
Handle?
Properties
response
Callback
response
Callback
:
(
(
packet
:
AmsTcpPacket
<
AdsResponse
>
)
=>
void
)
Optional
timeout
Timer
Handle
timeout
Timer
Handle
?:
Timeout
Settings
Theme
OS
Light
Dark
On This Page
Properties
response
Callback
timeout
Timer
Handle
Documentation
README
Discussion & Support
GitHub
NPM
ads-client | Beckhoff TwinCAT ADS client library for Node.js
Loading...
Active ADS command that is waiting for answer Callback is called when response is received