Я использую библиотеки op c для. NET от OP C Foundation. Метод ReadRaw в классе Server (пространство имен Op c .Hda). Что делает переменная "bool includeBounds"?
public ItemValueCollection[] ReadRaw(
Time startTime,
Time endTime,
int maxValues,
bool includeBounds,
ItemIdentifier[] items)
{
if (this.m_server == null)
throw new NotConnectedException();
return ((IServer) this.m_server).ReadRaw(startTime, endTime, maxValues, includeBounds, items);
}