BACnet.Ashrae.LogRecord.LogDatumType.NewBooleanValue C# (CSharp) Метод

NewBooleanValue() публичный статический Метод

public static NewBooleanValue ( bool booleanValue ) : LogDatumType
booleanValue bool
Результат LogDatumType
            public static LogDatumType NewBooleanValue(bool booleanValue)
            {
                return new BooleanValueWrapper(booleanValue);
            }