Glue services: Difference between revisions

Line 396: Line 396:


== RegisterAlarmSetting ==
== RegisterAlarmSetting ==
Takes a type-0x15 input buffer [[#AlarmSetting]] and a type type-0x5 input buffer. Returns an u16 '''AlarmSettingId'''.
Takes a type-0x15 input buffer [[#AlarmSetting]] and a type-0x5 input buffer. Returns an u16 '''AlarmSettingId'''.


== UpdateAlarmSetting ==
== UpdateAlarmSetting ==
Takes a type-0x15 input buffer [[#AlarmSetting]] and a type type-0x5 input buffer. No output.
Takes a type-0x15 input buffer [[#AlarmSetting]] and a type-0x5 input buffer. No output.


== ListAlarmSettings ==
== ListAlarmSettings ==
Takes a type-0x6 output buffer to receive an array of [[#AlarmSetting]]. Returns an u32 '''AlarmSettingsCount'''.
Takes a type-0x6 output buffer to receive an array of [[#AlarmSetting]]. Returns a s32 '''AlarmSettingsCount'''.


== LoadApplicationParameter ==
== LoadApplicationParameter ==