DeviceAccessType Class

Class for DeviceAccessType operation.
Public Class DeviceAccessType
This language is not supported or no code example is available.
public class DeviceAccessType
This language is not supported or no code example is available.
Name Description
Public constructor DeviceAccessType(RunObj, int) Construct the instance
Top
Name Description
Public property AcceptUnsolicited When set to true, the device points are allowed to receive unsolicited messages.
Public property BlockCommand Block command configuration. Read protocol documentation to more information.
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 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 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
Methods
 
Name Description
Public method ForceReadTrigger(int) Forces read trigger
Public method ForceWriteTrigger(int) Forces writer trigger
Top
T.Modules.Device.DeviceAccessType

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition