DOFDomainState InterfaceOpenDOF Object Access Library
This class represents the instantaneous state of a DOFDomain .

The values returned by the State reflect the values at a time in the past.

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

C#
public interface State : DOFImmutable

The DOFDomainState type exposes the following members.

Methods

  NameDescription
Public methodgetCredentials
Return the credentials associated with this DOFDomain.
Public methodgetException
Returns the most recent exception if isConnected is false.
Public methodgetMaxSilence
Returns the max silence of the domain.
Public methodgetName
Return the name of the domain.
Public methodgetRetryPeriod
Returns the retry period of the domain.
Public methodisConnected
Return whether there is currently a route to this domain.
Public methodisDiscoverRemote
Returns whether this domain will discover related domains.
Top
See Also

Reference