public interface EpiCfgScanner_Events
Modifier and Type | Method and Description |
---|---|
void |
Unbuf_Scan_Report_Fixed(ScanReportInfoFixed srif)
Unbuf-Scan-Report-Fixed: This event style is used whenever data values
change and the fixed message format of each object is used to report data
that changed.
|
void |
Unbuf_Scan_Report_Grouped(ScanReportInfoGrouped srig)
Unbuf-Scan-Report-Grouped: This style is used when the scanner object is
used to send the data in its most compact format.
|
void |
Unbuf_Scan_Report_MP_Fixed(ScanReportInfoMPFixed srimpf)
Unbuf-Scan-Report-MP-Fixed: This is the same as Unbuf-Scan-Report-Fixed,
but allows inclusion of data from multiple persons.
|
void |
Unbuf_Scan_Report_MP_Grouped(ScanReportInfoMPGrouped srimpg)
Unbuf-Scan-Report-MP-Grouped: This is the same as
Unbuf-Scan-Report-Grouped, but allows inclusion of data from multiple
persons.
|
void |
Unbuf_Scan_Report_MP_Var(ScanReportInfoMPVar srimpvar)
Unbuf-Scan-Report-MP-Var: This is the same as Unbuf-Scan-Report-Var, but
allows inclusion of data from multiple persons.
|
void |
Unbuf_Scan_Report_Var(ScanReportInfoVar sriv)
Unbuf-Scan-Report-Var: This event style reports summary data about any
objects and attributes that the scanner monitors.
|
void Unbuf_Scan_Report_Var(ScanReportInfoVar sriv)
void Unbuf_Scan_Report_Fixed(ScanReportInfoFixed srif)
void Unbuf_Scan_Report_Grouped(ScanReportInfoGrouped srig)
void Unbuf_Scan_Report_MP_Var(ScanReportInfoMPVar srimpvar)
void Unbuf_Scan_Report_MP_Fixed(ScanReportInfoMPFixed srimpf)
void Unbuf_Scan_Report_MP_Grouped(ScanReportInfoMPGrouped srimpg)
Copyright © 2018 universAAL Consortium. All rights reserved.