![]() |
rodbus (.NET API) 1.3.1
|
Index/value tuple of a bit type More...
Public Member Functions | |
| BitValue | WithIndex (ushort value) |
| Index of bit More... | |
| BitValue | WithValue (bool value) |
| Value of the bit More... | |
| BitValue (ushort index, bool value) | |
| Fully construct BitValue specifying the value of each field More... | |
Public Attributes | |
| ushort | Index |
| Index of bit More... | |
| bool | Value |
| Value of the bit More... | |
Index/value tuple of a bit type
|
inline |
Fully construct BitValue specifying the value of each field
| index | Index of bit |
| value | Value of the bit |
|
inline |
Index of bit
|
inline |
Value of the bit
| ushort rodbus.BitValue.Index |
Index of bit
| bool rodbus.BitValue.Value |
Value of the bit