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

NewAnyValue() public static méthode

public static NewAnyValue ( GenericValue anyValue ) : LogDatumType
anyValue GenericValue
Résultat LogDatumType
            public static LogDatumType NewAnyValue(GenericValue anyValue)
            {
                return new AnyValueWrapper(anyValue);
            }