9 lines
125 B
C#
9 lines
125 B
C#
|
namespace InnovEnergy.Lib.Devices.Trumpf.TruConvert;
|
||
|
|
||
|
public static class Slave
|
||
|
{
|
||
|
public const UInt16 Broadcast = 0;
|
||
|
}
|
||
|
|
||
|
|