public interface IReadOnlyPlcValue<TValue> : IPlcValue
where TValue : struct, new()
Public Interface IReadOnlyPlcValue(Of TValue As {Structure, New})
Inherits IPlcValuetype IReadOnlyPlcValue<'TValue when 'TValue : struct, new()> =
interface
interface IPlcValue
end| Count |
获取值的数量。
(继承自 IPlcValue。) |
| End |
获取值的结束位置。
(继承自 IPlcValue。) |
| SingleValue | 获取单个 PLC 值。 |
| Start |
获取值的起始位置。
(继承自 IPlcValue。) |
| Values | 获取多个 PLC 值的只读内存。 |