Qorus Integration Engine® Community Edition 6.0.0_dev
Loading...
Searching...
No Matches
Expression Template Access Values

Variables

public const OMQ::QETA_READ = (1 << 0)
 For templates valid in a read context.
 
public const OMQ::QETA_WRITE = (1 << 1)
 For templates valid in a write context.
 
public const OMQ::QETA_READ_WRITE = QETA_READ | QETA_WRITE
 For templates valid in both read and write contexts.
 

Detailed Description

These constants indicate the possible values of the template access bitfield; whether it's available for reading, writing, or both