Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public virtual DOFObjectID getObjectID()
Return Value
Type: DOFObjectIDThe object ID associated with the DOFSubscription.
- For a unicast subscription, this will match the DOFSubscription request.
- For a multicast subscription, this will be the specific provider's OID, whereas the request was DOFObjectID.BROADCAST .
- If the subscription is inactive, this will be null.
See Also