8 namespace Arp {
namespace Plc {
namespace Commons {
namespace Gds
20 Bit(
bool value =
false);
23 operator bool(
void)
const;
26 bool IsSet(
void)
const;
42 inline Bit::operator bool()
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.hpp:48
Bit(bool value=false)
Constructs an Bit instance.
Definition: Bit.hpp:36
Root namespace for the PLCnext API