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

NewAnyValue() 공개 정적인 메소드

public static NewAnyValue ( GenericValue anyValue ) : LogDatumType
anyValue GenericValue
리턴 LogDatumType
            public static LogDatumType NewAnyValue(GenericValue anyValue)
            {
                return new AnyValueWrapper(anyValue);
            }