ModbusSlaveInterface 생성자
소스 보기ModbusSlaveInterface()
생성자
선언
public ModbusSlaveInterface()
ModbusSlaveInterface(ModbusSlaveService)
생성자
선언
public ModbusSlaveInterface(ModbusSlaveService service)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
ModbusSlaveService | service | Modbus 슬레이브 서비스 |
ModbusSlaveInterface(ModbusSlaveService, IEnumerable<ModbusPoint>)
생성자
선언
public ModbusSlaveInterface(ModbusSlaveService service, IEnumerable<ModbusPoint> points)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
ModbusSlaveService | service | Modbus 슬레이브 서비스 |
IEnumerable<ModbusPoint> | points | 인터페이스 포인트 열거 |