Get the set of interfaces currently being provided on the object.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public ICollection<DOFInterfaceID> getInterfaces()
Return Value
Type: ICollectionDOFInterfaceIDThe set of interfaces currently being provided on the object.
Remarks
See Also