Glue services: Difference between revisions
Line 396: | Line 396: | ||
== RegisterAlarmSetting == | == RegisterAlarmSetting == | ||
Takes a type-0x15 input buffer [[#AlarmSetting]] and a | 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 | 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 | Takes a type-0x6 output buffer to receive an array of [[#AlarmSetting]]. Returns a s32 '''AlarmSettingsCount'''. | ||
== LoadApplicationParameter == | == LoadApplicationParameter == |