You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
626 B
28 lines
626 B
|
|
interface IrNotifications
|
|
{
|
|
#if 0
|
|
UpdateSendProgress([comm_status, fault_status] pStatus);
|
|
|
|
OneSendFileFailed([comm_status, fault_status] pStatus);
|
|
|
|
SendComplete([comm_status, fault_status] pStatus);
|
|
|
|
|
|
[comm_status, fault_status] ReceiveInProgress();
|
|
|
|
[comm_status, fault_status] GetPermission();
|
|
|
|
[comm_status, fault_status] ReceiveFinished();
|
|
|
|
|
|
DeviceInRange([comm_status, fault_status] pStatus);
|
|
|
|
NoDeviceInRange([comm_status, fault_status] pStatus);
|
|
|
|
|
|
[comm_status, fault_status] ShutdownUi();
|
|
|
|
[comm_status, fault_status] ShutdownRequested();
|
|
#endif
|
|
}
|