C# Class BACnet.Types.BooleanValue

Inheritance: IValue
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
False BooleanValue
True BooleanValue

Private Methods

Method Description
BooleanValue ( bool value ) : System

Constructs a new boolean value instance

Property Details

False public static property

Shared global instance for falsy boolean values
public static BooleanValue,BACnet.Types False
return BooleanValue

True public static property

Shared global instance for truthy boolean values
public static BooleanValue,BACnet.Types True
return BooleanValue