Class for DeviceAccessType operation.
Namespace:
T.Modules.Device
Assembly: T.Modules (in T.Modules.dll)
Top
Top
Top
Assembly: T.Modules (in T.Modules.dll)
| Name | Description | |
|---|---|---|
|
DeviceAccessType(RunObj, int) | Construct the instance |
| Name | Description | |
|---|---|---|
|
AcceptUnsolicited | When set to true, the device points are allowed to receive unsolicited messages. |
|
BlockCommand | Block command configuration. Read protocol documentation to more information. |
|
Disable | When set to true, all group related with this access type is disabled. |
|
ForcedRead | Flag used to force a read command. |
|
ForcedWrite | Flag used to force a write command. |
|
PendingRead | Number of pending read on queue to be executed. |
|
PendingWrite | Number of pending write on queue to be executed. |
|
ReadCompleted | Object configured to be triggered when a read command action is completed.. |
|
ReadOnStartup | When set to true, the device point will be read on the startup of the Devices Module. |
|
ReadPolling | When set to true, it indicates that the read Pooling is enabled for this device point. |
|
ReadPollingRate | Indicates the Pooling rate for the group of points. |
|
ReadStatus | Object configured to receive the read command action status. |
|
ReadTrigger | Object configured to trigger a read command action. |
|
WriteCompleted | Object configured to be triggered when a write command action is completed. |
|
WriteEventEnabled | When set to true, the device point is written to the device when the device's value changes. |
|
WriteStatus | Object configured to receive the write command action status. |
|
WriteTrigger | Object configured to trigger a write command action. |
| Name | Description | |
|---|---|---|
|
ForceReadTrigger(int) | Forces read trigger |
|
ForceWriteTrigger(int) | Forces writer trigger |