IPWorks IoT 2020 ActiveX Edition

Questions / Feedback?

StopObserving Method

Unregisters the control as an observer for a given resource.

Syntax

coapcontrol.StopObserving URI

Remarks

This method unregisters the control as an observer for the resource identified by URI. This method operates in the exact same manner as the Get method, with the exception of the two things below; refer to the Get method's documentation for more information:

  1. When constructing the request, the control automatically includes an Observe option with a value of 1. The presence of this option indicates to the server that the control wishes to unregister from further change notifications.
  2. This method, unlike Get, does not return a request Id.

Note: This method can only be called when the control is operating in client mode (i.e., when the Listening property is disabled).

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 ActiveX Edition - Version 20.0 [Build 8265]