Show / Hide Table of Contents

Interface IModbusSlave

A modbus slave.

Namespace: NModbus
Assembly: NModbus.dll
Syntax
public interface IModbusSlave

Properties

| Improve this Doc View Source

DataStore

Gets the data store for this slave.

Declaration
ISlaveDataStore DataStore { get; }
Property Value
Type Description
ISlaveDataStore
| Improve this Doc View Source

UnitId

Gets the unit id of this slave.

Declaration
byte UnitId { get; }
Property Value
Type Description
System.Byte

Methods

| Improve this Doc View Source

ApplyRequest(IModbusMessage)

Applies the request.

Declaration
IModbusMessage ApplyRequest(IModbusMessage request)
Parameters
Type Name Description
IModbusMessage request
Returns
Type Description
IModbusMessage
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX