BACnet.Ashrae.LogRecord.LogDatumType.NewBitstringValue C# (CSharp) 메소드

NewBitstringValue() 공개 정적인 메소드

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