Class for DeviceAccessType operation.

The following tables list the members exposed by the DeviceAccessType type.

Name Description
Public constructor DeviceAccessType Construct the instance
Top
Name Description
Public property AcceptUnsolicited When set to true, the device points are allowed to receive unsolicited messages.
Public property ArrayIndexes (inherited from RunObj).
Public property BlockCommand Block command configuration. Read protocol documentation to more information.
Public property Count (inherited from ListObj).
Public property Disable When set to true, all group related with this access type is disabled.
Public property ForcedRead Flag used to force a read command.
Public property ForcedWrite Flag used to force a write command.
Public property ID (inherited from RunObj).
Public property Item (Overloaded) (inherited from ListObj).
Public property ObjServer (inherited from RunObj).
Public property ObjType (inherited from RunObj).
Public property Parent (inherited from RunObj).
Public property PendingRead Number of pending read on queue to be executed.
Public property PendingWrite Number of pending write on queue to be executed.
Public property ReadCompleted Object configured to be triggered when a read command action is completed..
Public property ReadOnStartup When set to true, the device point will be read on the startup of the Devices Module.
Public property ReadPolling When set to true, it indicates that the read Pooling is enabled for this device point.
Public property ReadPollingRate Indicates the Pooling rate for the group of points.
Public property ReadStatus Object configured to receive the read command action status.
Public property ReadTrigger Object configured to trigger a read command action.
Public property Root (inherited from RunObj).
Public property SyncRoot (inherited from ListObj).
Public property TModule (inherited from RunObj).
Public property WriteCompleted Object configured to be triggered when a write command action is completed.
Public property WriteEventEnabled When set to true, the device point is written to the device when the device's value changes.
Public property WriteStatus Object configured to receive the write command action status.
Public property WriteTrigger Object configured to trigger a write command action.
Top
Name Description
Public method ClearCacheNames (inherited from ListObj).
Public method Equals (Overloaded) (inherited from Object).
Public method ForceReadTrigger Forces read trigger
Public method ForceWriteTrigger Forces writer trigger
Public method GetEnumerator (inherited from ListObj).
Public method GetHashCode (inherited from Object).
Public method GetID (inherited from ListObj).
Public method GetName (Overloaded) (inherited from ListObj).
Public method GetObj (Overloaded) (inherited from ListObj).
Public method GetObjAsObject (inherited from ListObj).
Public method GetObjRef (inherited from RunObj).
Public method GetType (inherited from Object).
Public method IsInUse (inherited from ListObj).
Public method OnContinue (inherited from RunObj).
Public method OnPause (inherited from RunObj).
Public method OnStart (inherited from RunObj).
Public method OnStop (inherited from RunObj).
Public method PreloadRunObj (inherited from ListObj).
Public method Static ReferenceEquals (inherited from Object).
Public method StartPreloadRunObjs (Overloaded) (inherited from ListObj).
Public method ToString (inherited from RunObj).
Top
Name Description
Public extension method ApplyCast (Overloaded) (Defined by GenericEnumerableHelper).
Public extension method ApplyCount (Defined by GenericEnumerableHelper).
Public extension method ApplySelect (Overloaded) (Defined by GenericEnumerableHelper).
Public extension method ApplyWhere (Defined by GenericEnumerableHelper).
Public extension method ApplyWhereNotNull (Defined by GenericEnumerableHelper).
Public extension method AsParallel (Defined by ParallelEnumerable).
Public extension method AsQueryable (Defined by Queryable).
Public extension method Cast (Defined by Enumerable).
Public extension method ConvertAll (Defined by IEnumerableExtensions).
Public extension method GetParentViewModel (Defined by POCOViewModelExtensions).
Public extension method GetRequiredService (Overloaded) (Defined by POCOViewModelExtensions).
Public extension method GetService (Overloaded) (Defined by POCOViewModelExtensions).
Public extension method IsInDesignMode (Defined by POCOViewModelExtensions).
Public extension method OfType (Defined by Enumerable).
Public extension method RaisePropertiesChanged (Defined by POCOViewModelExtensions).
Top