Dreamine.IO.Abstractions 1.0.1
Dreamine.IO.Abstractions 공용 계약과 추상화를 제공합니다.
로딩중...
검색중...
일치하는것 없음
AnalogIoPoint.cs
이 파일의 문서화 페이지로 가기
2
43public readonly record struct AnalogIoPoint(int Module, int Channel, string? Name = null, string? Unit = null);
readonly record struct AnalogIoPoint(int Module, int Channel, string? Name=null, string? Unit=null)