OpenDOF Project
boolean DOFRequestGet_IsSubscribe ( DOFRequest  request)

Return whether or not this request is the result of subscription activity.

Subscription activity may either be an initial response to a Subscribe request, or a property update resulting from a call to DOFObject_Changed. The request must represent a property Get request.

Parameters
requestThe Request. This must not be NULL, and must represent a Get request.
Return values
Zero(FALSE) if the request is a normal Get request.
Non-Zero(TRUE) if the request is the result of subscription activity.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22