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

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

_disposedDreamine.PLC.Core.Clients.PlcClientBaseprivate
_disposeGuardDreamine.PLC.Core.Clients.PlcClientBaseprivate
_syncLockDreamine.PLC.Core.Clients.PlcClientBaseprivate
ConnectAsync(CancellationToken cancellationToken=default)Dreamine.PLC.Core.Clients.PlcClientBaseinline
ConnectCoreAsync(CancellationToken cancellationToken)Dreamine.PLC.Core.Clients.PlcClientBaseprotected
DisconnectAsync(CancellationToken cancellationToken=default)Dreamine.PLC.Core.Clients.PlcClientBaseinline
DisconnectCoreAsync(CancellationToken cancellationToken)Dreamine.PLC.Core.Clients.PlcClientBaseprotected
DisposeAsync()Dreamine.PLC.Core.Clients.PlcClientBaseinlinevirtual
ReadBitsAsync(PlcAddress address, int count, CancellationToken cancellationToken=default)Dreamine.PLC.Core.Clients.PlcClientBaseinline
ReadBitsCoreAsync(PlcAddress address, int count, CancellationToken cancellationToken)Dreamine.PLC.Core.Clients.PlcClientBaseprotected
ReadWordsAsync(PlcAddress address, int count, CancellationToken cancellationToken=default)Dreamine.PLC.Core.Clients.PlcClientBaseinline
ReadWordsCoreAsync(PlcAddress address, int count, CancellationToken cancellationToken)Dreamine.PLC.Core.Clients.PlcClientBaseprotected
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.PlcClientBaseprotected
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.PlcClientBaseprotected