|
Dreamine.IO.Fastech.Ethernet 1.0.1
Dreamine.IO.Fastech.Ethernet 산업 자동화 및 I/O 기능을 제공합니다.
|


Public 멤버 함수 | |
| async Task< IoResult< bool > > | ReadAsync (IoPoint point, CancellationToken cancellationToken=default) |
| Task< IoResult< bool[]> > | ReadAsync (IReadOnlyList< IoPoint > points, CancellationToken cancellationToken=default) |
| Task< IoResult > | WriteAsync (IoPoint point, bool value, CancellationToken cancellationToken=default) |
| Task< IoResult > | WriteAsync (IReadOnlyDictionary< IoPoint, bool > values, CancellationToken cancellationToken=default) |
Private 속성 | |
| readonly FastechEthernetIoController | _controller |
Fastech Ethernet 컨트롤러의 디지털 출력 채널 작업을 제공합니다.
FastechDigitalOutputChannel.cs 파일의 16 번째 라인에서 정의되었습니다.
|
inline |
장치의 16점 출력 상태를 읽어 요청 채널의 상태를 반환합니다.
| point | 읽을 출력 지점입니다. |
| cancellationToken | 읽기 취소 토큰입니다. |
FastechDigitalOutputChannel.cs 파일의 89 번째 라인에서 정의되었습니다.
다음을 참조함 : ReadAsync().
다음에 의해서 참조됨 : ReadAsync().


|
inline |
여러 디지털 출력의 현재 상태를 읽습니다.
| points | 읽을 지점 목록입니다. |
| cancellationToken | 읽기 취소 토큰입니다. |
FastechDigitalOutputChannel.cs 파일의 140 번째 라인에서 정의되었습니다.
다음을 참조함 : _controller.
|
inline |
단일 디지털 출력 상태를 씁니다.
| point | 쓸 지점입니다. |
| value | 출력 상태입니다. |
| cancellationToken | 쓰기 취소 토큰입니다. |
FastechDigitalOutputChannel.cs 파일의 185 번째 라인에서 정의되었습니다.
다음을 참조함 : WriteAsync().
다음에 의해서 참조됨 : WriteAsync().


|
inline |
여러 디지털 출력 상태를 씁니다.
| values | 지점별 출력 상태입니다. |
| cancellationToken | 쓰기 취소 토큰입니다. |
FastechDigitalOutputChannel.cs 파일의 222 번째 라인에서 정의되었습니다.
다음을 참조함 : _controller.
|
private |
controller 값을 보관합니다.
FastechDigitalOutputChannel.cs 파일의 26 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ReadAsync(), WriteAsync().