PLCnext API Documentation 23.6.0.37
|
This class represents a single bit data type. More...
#include <Bit.hpp>
Public Member Functions | |
Bit (bool value=false) | |
Constructs an Bit instance. More... | |
operator bool (void) const | |
Overloaded operator bool. | |
bool | IsSet (void) const |
Returns the state of a Bit object. | |
This class represents a single bit data type.
|
inline |