C# Class BACnet.Types.BooleanValue

Inheritance: IValue
Exibir arquivo 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_oe static_oe property

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

True public_oe static_oe property

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