DOFObjectIDisUnicast Method OpenDOF Object Access Library
Determine if this DOFObjectID is unicast, meaning it doesn't use CLASS_BROADCAST.

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

C#
public virtual bool isUnicast()

Return Value

Type: Boolean
True if this is a unicast OID, False otherwise.
Remarks

Determine if this DOFObjectID is unicast, meaning it doesn't use CLASS_BROADCAST.
See Also

Reference