Report
HIDReport *report = item->Report();
HIDReport * Report() { return fReport; };
Report(PPP_DESTRUCTION_REPORT, 0, &fID, sizeof(ppp_interface_id));
Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_UP_SUCCESSFUL,
Interface().Report(PPP_CONNECTION_REPORT,
Interface().Report(PPP_CONNECTION_REPORT,
Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_DEVICE_UP_FAILED,
Interface().Report(PPP_CONNECTION_REPORT,
Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_CONNECTION_LOST,
Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_DOWN_SUCCESSFUL,
Interface().Report(PPP_CONNECTION_REPORT, PPP_REPORT_GOING_UP,
bool Report(ppp_report_type type, int32 code, void *data, int32 length)
{ return ReportManager().Report(type, code, data, length); }
bool Report(ppp_report_type type, int32 code, void *data, int32 length);