ModbusBits 클래스
Modbus Bit(Coil, Discrete Input) 데이터셋
상속된 멤버
네임스페이스: VagabondK.Protocols.Modbus.Data
어셈블리: VagabondK.Protocols.Modbus.dll
구문
public class ModbusBits : ModbusDataSet<bool, bool>, IEnumerable<KeyValuePair<ushort, bool>>, IEnumerable
메서드
| 이름 | 설명 |
|---|---|
| Allocate(ushort, bool[]) | 주소 할당 |
| AllocateAll(bool) | 전체 주소 할당 |
| AllocateRepeat(ushort, ushort, bool) | 반복 할당 |
| GetEnumerator() | 데이터셋 열거자 가져오기 |