BACnet.Ashrae.LogRecord.LogDatumType.NewBooleanValue C# (CSharp) Méthode

NewBooleanValue() public static méthode

public static NewBooleanValue ( bool booleanValue ) : LogDatumType
booleanValue bool
Résultat LogDatumType
            public static LogDatumType NewBooleanValue(bool booleanValue)
            {
                return new BooleanValueWrapper(booleanValue);
            }