BACnet.Ashrae.PropertyStates.NewUnsignedValue C# (CSharp) Méthode

NewUnsignedValue() public static méthode

public static NewUnsignedValue ( uint unsignedValue ) : PropertyStates
unsignedValue uint
Résultat PropertyStates
        public static PropertyStates NewUnsignedValue(uint unsignedValue)
        {
            return new UnsignedValueWrapper(unsignedValue);
        }