Add filter for a specific Device Object, as specified by a Device Object identifier, regardless of interfaces
provided.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFQueryBuilder addFilter( DOFObjectID objectID )
Parameters
- objectID
- Type: org.opendof.core.oalDOFObjectID
The object to filter. Must not be null and must be a unicast (not broadcast or multicast) id.
Return Value
Type: DOFQueryBuilderA reference to this Builder.
Remarks
See Also