OpenDOF Project
void DOFObject_Advertise ( const DOFObject  self,
DOFInterfaceID  interfaceID,
DOFOperationControl  config 
)

Send an Advertisement for an Object and Interface ID.

This is only a notification to the network that the node may be able to provide the specified binding, but without actually providing the binding. This can be useful when an application first starts up or when a new connection is established, to announce its ability to provide bindings in the network. This triggers matching Interest to be directed toward the node. It is not necessary to call BeginProvide for the binding prior to this call.

Parameters
selfThe Object. This must not be NULL.
interfaceIDThe Interface ID to be advertised on the Object. This must not be NULL.
configThe Operation Configuration, or NULL for defaults.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22