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);
            }