Show / Hide Table of Contents

Interface IModbusSerialTransport

Inherited Members
IModbusTransport.Retries
IModbusTransport.RetryOnOldResponseThreshold
IModbusTransport.SlaveBusyUsesRetryCount
IModbusTransport.WaitToRetryMilliseconds
IModbusTransport.ReadTimeout
IModbusTransport.WriteTimeout
IModbusTransport.UnicastMessage<T>(IModbusMessage)
IModbusTransport.ReadRequest()
IModbusTransport.BuildMessageFrame(IModbusMessage)
IModbusTransport.Write(IModbusMessage)
IModbusTransport.StreamResource
System.IDisposable.Dispose()
Namespace: NModbus
Assembly: NModbus.dll
Syntax
public interface IModbusSerialTransport : IModbusTransport, IDisposable

Properties

| Improve this Doc View Source

CheckFrame

Declaration
bool CheckFrame { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

ChecksumsMatch(IModbusMessage, Byte[])

Declaration
bool ChecksumsMatch(IModbusMessage message, byte[] messageFrame)
Parameters
Type Name Description
IModbusMessage message
System.Byte[] messageFrame
Returns
Type Description
System.Boolean
| Improve this Doc View Source

DiscardInBuffer()

Declaration
void DiscardInBuffer()
| Improve this Doc View Source

IgnoreResponse()

Declaration
void IgnoreResponse()
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX