BACnet.Ashrae.LogRecord.LogDatumType.NewBitstringValue C# (CSharp) Method

NewBitstringValue() public static method

public static NewBitstringValue ( BitString56 bitstringValue ) : LogDatumType
bitstringValue BACnet.Types.BitString56
return LogDatumType
            public static LogDatumType NewBitstringValue(BitString56 bitstringValue)
            {
                return new BitstringValueWrapper(bitstringValue);
            }