/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to classes/request.php

  • Committer: Suren A. Chilingaryan
  • Date: 2021-07-12 02:27:35 UTC
  • Revision ID: csa@suren.me-20210712022735-mizckdff53ie51v6
Implement list_hardware bypass to provide access to internal ZEUS data organization (opc sources & blocks)

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
 const THROW_ERRORS = 0x20000000;
393
393
 
394
394
 const CONTROL = 0x4000;
 
395
 const LIST_HARDWARE = 0x8000;          // This is specific bypass to request hardware layout in list calls (particularly getting ZEUS IST/SOLL communication array configs instead of loggroups)
395
396
 
396
397
 const FLAG_MASK = 0xFFFF;
397
398