8namespace Arp {
namespace Plc {
namespace Commons {
namespace Gds
19 Bit(
bool value =
false);
22 operator bool(
void)
const;
25 bool IsSet(
void)
const;
This class represents a single bit data type.
Definition: Bit.hpp:15
bool IsSet(void) const
Returns the state of a Bit object.
Definition: Bit.cpp:24
Bit(bool value=false)
Constructs and initializes a Bit object.
Definition: Bit.cpp:12
Root namespace for the PLCnext API