Public Delegate Sub AlarmQueryResponseHandler( _ ByVal final As System.Boolean, _ ByVal alarmNotificationInfo As AlarmNotificationInfo, _ ByVal numAlarms As System.Integer _ )
public delegate void AlarmQueryResponseHandler( System.bool final, AlarmNotificationInfo alarmNotificationInfo, System.int numAlarms )
public delegate void AlarmQueryResponseHandler( System.bool final, AlarmNotificationInfo^ alarmNotificationInfo, System.int numAlarms )
Parameters
- final
- Whether this is the final response.
- alarmNotificationInfo
- The returned list of alarms or events.
- numAlarms
- The number or alarms or events returned.