rodbus (.NET API) 1.3.1
Loading...
Searching...
No Matches
rodbus.BitValue Class Reference

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...
 

Detailed Description

Index/value tuple of a bit type

Constructor & Destructor Documentation

◆ BitValue()

rodbus.BitValue.BitValue ( ushort  index,
bool  value 
)
inline

Fully construct BitValue specifying the value of each field

Parameters
indexIndex of bit
valueValue of the bit

Member Function Documentation

◆ WithIndex()

BitValue rodbus.BitValue.WithIndex ( ushort  value)
inline

Index of bit

◆ WithValue()

BitValue rodbus.BitValue.WithValue ( bool  value)
inline

Value of the bit

Member Data Documentation

◆ Index

ushort rodbus.BitValue.Index

Index of bit

◆ Value

bool rodbus.BitValue.Value

Value of the bit


The documentation for this class was generated from the following file: