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

NewBitstringValue() public static méthode

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