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