ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / SNMP Protocol functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
SNMPTrapDisable (Function)
In french: SNMPTrapDésactive
Disables the interception of an SNMP trap.
Example
IF SNMPTrapDisable(nTrapID) = False THEN
Error("Error while disabling the trap: " + ErrorInfo())
END
Syntax
<Result> = SNMPTrapDisable(<Trap identifier>)
<Result>: Boolean
  • True if the interception of the trap was disabled,
  • False if an error occurred. ErrorInfo returns more information on the error.
<Trap identifier>: Integer
Identifier of the trap to disable. This identifier was returned by SNMPTrapEnable.
Component: wd290com.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help