Table of Contents

Struct CoilsChangedEventArgs

Namespace
FluentModbus
Assembly
FluentModbus.dll

Provides data for the coils changed event.

public readonly struct CoilsChangedEventArgs
Inherited Members

Properties

Coils

A list of coils that have changed.

public int[] Coils { get; init; }

Property Value

int[]

UnitIdentifier

The unit identifier for the coils that have changed.

public byte UnitIdentifier { get; init; }

Property Value

byte