Dreamine.IO.Fastech.Ethernet
1.0.1
Dreamine.IO.Fastech.Ethernet 산업 자동화 및 I/O 기능을 제공합니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
IFastechEthernetIoTransport.cs
이 파일의 문서화 페이지로 가기
1
using
Dreamine.IO.Abstractions.Results;
2
3
namespace
Dreamine.IO.Fastech.Ethernet.Transport
;
4
13
public
interface
IFastechEthernetIoTransport
: IAsyncDisposable
14
{
23
bool
IsConnected
{
get
; }
24
49
Task<IoResult>
ConnectAsync
(CancellationToken cancellationToken =
default
);
50
75
Task<IoResult>
DisconnectAsync
(CancellationToken cancellationToken =
default
);
76
125
Task<IoResult<byte[]>>
SendAndReceiveAsync
(
126
IReadOnlyList<byte> requestFrame,
127
int
receiveTimeoutMs,
128
int
expectedResponseLength,
129
CancellationToken cancellationToken =
default
);
130
}
Dreamine.IO.Fastech.Ethernet.Transport
Definition
IFastechEthernetIoTransport.cs:3
Dreamine.IO.Fastech.Ethernet.Transport.IFastechEthernetIoTransport
Definition
IFastechEthernetIoTransport.cs:14
Dreamine.IO.Fastech.Ethernet.Transport.IFastechEthernetIoTransport.ConnectAsync
Task< IoResult > ConnectAsync(CancellationToken cancellationToken=default)
Dreamine.IO.Fastech.Ethernet.Transport.IFastechEthernetIoTransport.DisconnectAsync
Task< IoResult > DisconnectAsync(CancellationToken cancellationToken=default)
Dreamine.IO.Fastech.Ethernet.Transport.IFastechEthernetIoTransport.IsConnected
bool IsConnected
Definition
IFastechEthernetIoTransport.cs:23
Dreamine.IO.Fastech.Ethernet.Transport.IFastechEthernetIoTransport.SendAndReceiveAsync
Task< IoResult< byte[]> > SendAndReceiveAsync(IReadOnlyList< byte > requestFrame, int receiveTimeoutMs, int expectedResponseLength, CancellationToken cancellationToken=default)
Transport
IFastechEthernetIoTransport.cs
다음에 의해 생성됨 :
1.17.0