DOFObjectIDALL_OBJECTS FieldOpenDOF Object Access Library
The broadcast (wildcard) object identifier.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public static readonly DOFObjectID ALL_OBJECTS

Field Value

Type: DOFObjectID
Remarks

The broadcast (wildcard) object identifier. This is also used as a wildcard, or with the Group Attribute for multicast.

This will never be on the wire. If you are providing on all objects using DOFSystem.beginProvide(DOFInterface, Provider) , then you will see this object identifier in Provider callbacks as the Provide 's object identifier. However, do not create a DOFObject with this object identifier.

See Also

Reference