AllocateRepeatRawData 메서드
소스 보기AllocateRepeatRawData(ushort, int, byte)
Raw 데이터 기반 반복 할당
선언
public void AllocateRepeatRawData(ushort startAddress, int rawDataCount, byte value)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
ushort | startAddress | 시작 주소 |
int | rawDataCount | Raw 데이터 개수 |
byte | value | 반복할 값 |