OpenDOF Project
void DOSOperation_SetExplicit ( DOSOperation  op,
boolean  isExplicit 
)

Set whether or not an operation will use an explicit Source ID.

Normally, this should be set for flooded operations, or any time the node's Source ID is unlikely to be known, but needed. This will prevent excess traffic on the network attempting to determine the node's Source ID. The default is to always use an implicit Source ID.

Parameters
opThe operation. This must not be NULL.
isExplicitBoolean to use explicit (if TRUE) or implicit (if FALSE) Source ID to identify the operation.
core-c-cos Version 7.0.1 Build 0
2018-02-08