GetData 메서드
소스 보기GetData(ushort, ushort)
연속 데이터 가져오기
선언
public IEnumerable<TData> GetData(ushort startAddress, ushort dataCount)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
ushort | startAddress | 시작 주소 |
ushort | dataCount | 데이터 개수 |
반환
형식 | 설명 |
---|---|
IEnumerable<TData> | 연속 데이터 열거 |