Dreamine.PLC.Core 1.0.1
Dreamine.PLC.Core 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.PLC.Core.Clients.InMemoryPlcClient 멤버 목록

다음에 대한 모든 멤버의 목록입니다 : Dreamine.PLC.Core.Clients.InMemoryPlcClient (모든 상속된 멤버들도 포함합니다.)

_disposedDreamine.PLC.Core.Clients.PlcClientBaseprivate
_disposeGuardDreamine.PLC.Core.Clients.PlcClientBaseprivate
_isConnectedDreamine.PLC.Core.Clients.InMemoryPlcClientprivate
_memoryDreamine.PLC.Core.Clients.InMemoryPlcClientprivate
_syncLockDreamine.PLC.Core.Clients.PlcClientBaseprivate
ConnectAsync(CancellationToken cancellationToken=default)Dreamine.PLC.Core.Clients.PlcClientBaseinline
ConnectCoreAsync(CancellationToken cancellationToken)Dreamine.PLC.Core.Clients.InMemoryPlcClientinlineprotected
DisconnectAsync(CancellationToken cancellationToken=default)Dreamine.PLC.Core.Clients.PlcClientBaseinline
DisconnectCoreAsync(CancellationToken cancellationToken)Dreamine.PLC.Core.Clients.InMemoryPlcClientinlineprotected
DisposeAsync()Dreamine.PLC.Core.Clients.PlcClientBaseinlinevirtual
InMemoryPlcClient()Dreamine.PLC.Core.Clients.InMemoryPlcClientinline
InMemoryPlcClient(InMemoryPlcMemory memory)Dreamine.PLC.Core.Clients.InMemoryPlcClientinline
MemoryDreamine.PLC.Core.Clients.InMemoryPlcClient
ReadBitsAsync(PlcAddress address, int count, CancellationToken cancellationToken=default)Dreamine.PLC.Core.Clients.PlcClientBaseinline
ReadBitsCoreAsync(PlcAddress address, int count, CancellationToken cancellationToken)Dreamine.PLC.Core.Clients.InMemoryPlcClientinlineprotected
ReadWordsAsync(PlcAddress address, int count, CancellationToken cancellationToken=default)Dreamine.PLC.Core.Clients.PlcClientBaseinline
ReadWordsCoreAsync(PlcAddress address, int count, CancellationToken cancellationToken)Dreamine.PLC.Core.Clients.InMemoryPlcClientinlineprotected
SetState(PlcConnectionState state)Dreamine.PLC.Core.Clients.PlcClientBaseinlineprotected
StateDreamine.PLC.Core.Clients.PlcClientBase
StateChangedDreamine.PLC.Core.Clients.PlcClientBase
ThrowIfDisposed()Dreamine.PLC.Core.Clients.PlcClientBaseinlineprivate
ValidateReadRequest(PlcAddress address, int count)Dreamine.PLC.Core.Clients.PlcClientBaseinlineprivatestatic
ValidateWriteBitRequest(PlcAddress address, IReadOnlyList< bool > values)Dreamine.PLC.Core.Clients.PlcClientBaseinlineprivatestatic
ValidateWriteWordRequest(PlcAddress address, IReadOnlyList< short > values)Dreamine.PLC.Core.Clients.PlcClientBaseinlineprivatestatic
WriteBitsAsync(PlcAddress address, IReadOnlyList< bool > values, CancellationToken cancellationToken=default)Dreamine.PLC.Core.Clients.PlcClientBaseinline
WriteBitsCoreAsync(PlcAddress address, IReadOnlyList< bool > values, CancellationToken cancellationToken)Dreamine.PLC.Core.Clients.InMemoryPlcClientinlineprotected
WriteWordsAsync(PlcAddress address, IReadOnlyList< short > values, CancellationToken cancellationToken=default)Dreamine.PLC.Core.Clients.PlcClientBaseinline
WriteWordsCoreAsync(PlcAddress address, IReadOnlyList< short > values, CancellationToken cancellationToken)Dreamine.PLC.Core.Clients.InMemoryPlcClientinlineprotected