Interface IModbusMessageDataCollection
Modbus message containing data.
Namespace: NModbus.Data
Assembly: NModbus.dll
Syntax
public interface IModbusMessageDataCollection
Properties
| Improve this Doc View SourceByteCount
Gets the byte count.
Declaration
byte ByteCount { get; }
Property Value
Type | Description |
---|---|
System.Byte |
NetworkBytes
Gets the network bytes.
Declaration
byte[] NetworkBytes { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |