OGE.MeasurementStream.PointMetaDataInt64.ReadValue C# (CSharp) Method

ReadValue() public method

public ReadValue ( int code, UnionValues outValue ) : void
code int
outValue UnionValues
return void
        public override void ReadValue(int code, UnionValues outValue)
        {
            throw new NotImplementedException();
        }
    }