protected override void EstablishContext() { base.EstablishContext(); Result = new RemapTagsResult { DigReadValues = new bool?[] { false }, NumReadValues = new double?[] { RandomGenerator.GetRandomInt32() } }; IoDevice.ApplyRemapResult(Result); }
protected override void EstablishContext() { base.EstablishContext(); IoDevice.ApplyRemapResult(null); }