C# Class BACnet.Types.BooleanValue

Inheritance: IValue
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Свойство Type Description
False BooleanValue
True BooleanValue

Private Methods

Méthode 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
Résultat BooleanValue

True public_oe static_oe property

Shared global instance for truthy boolean values
public static BooleanValue,BACnet.Types True
Résultat BooleanValue