|
Dreamine.PLC.Core 1.0.1
Dreamine.PLC.Core 산업 자동화 및 I/O 기능을 제공합니다.
|
다음에 대한 모든 멤버의 목록입니다 : Dreamine.PLC.Core.Memory.InMemoryPlcMemory (모든 상속된 멤버들도 포함합니다.)
| _bits | Dreamine.PLC.Core.Memory.InMemoryPlcMemory | private |
| _syncRoot | Dreamine.PLC.Core.Memory.InMemoryPlcMemory | private |
| _words | Dreamine.PLC.Core.Memory.InMemoryPlcMemory | private |
| Clear() | Dreamine.PLC.Core.Memory.InMemoryPlcMemory | inline |
| GetOrCreateBitArea(PlcDeviceType deviceType) | Dreamine.PLC.Core.Memory.InMemoryPlcMemory | inlineprivate |
| GetOrCreateWordArea(PlcDeviceType deviceType) | Dreamine.PLC.Core.Memory.InMemoryPlcMemory | inlineprivate |
| ReadBits(PlcAddress address, int count) | Dreamine.PLC.Core.Memory.InMemoryPlcMemory | inline |
| ReadWords(PlcAddress address, int count) | Dreamine.PLC.Core.Memory.InMemoryPlcMemory | inline |
| WriteBits(PlcAddress address, IReadOnlyList< bool > values) | Dreamine.PLC.Core.Memory.InMemoryPlcMemory | inline |
| WriteWords(PlcAddress address, IReadOnlyList< short > values) | Dreamine.PLC.Core.Memory.InMemoryPlcMemory | inline |