Show / Hide Table of Contents

Interface IModbusMessageDataCollection

Modbus message containing data.

Namespace: NModbus.Data
Assembly: NModbus.dll
Syntax
public interface IModbusMessageDataCollection

Properties

| Improve this Doc View Source

ByteCount

Gets the byte count.

Declaration
byte ByteCount { get; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

NetworkBytes

Gets the network bytes.

Declaration
byte[] NetworkBytes { get; }
Property Value
Type Description
System.Byte[]
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX