Glue services: Difference between revisions

Line 398: Line 398:
Takes a type-0x15 input buffer [[#AlarmSetting]] and a type-0x5 input buffer. Returns an [[#AlarmSettingId]].
Takes a type-0x15 input buffer [[#AlarmSetting]] and a type-0x5 input buffer. Returns an [[#AlarmSettingId]].


The second buffer can be empty (addr=0/size=0). This is the ApplicationParameter.
The second buffer can be empty (addr=0/size=0). Size must be <=0x400. This is the ApplicationParameter.


A maximum of 8 Alarms can be registered by an Application at the same time.
A maximum of 8 Alarms can be registered by an Application at the same time.
Line 409: Line 409:
Takes a type-0x15 input buffer [[#AlarmSetting]] and a type-0x5 input buffer. No output.
Takes a type-0x15 input buffer [[#AlarmSetting]] and a type-0x5 input buffer. No output.


The second buffer can be empty (addr=0/size=0). This is the ApplicationParameter.
The second buffer can be empty (addr=0/size=0). Size must be <=0x400. This is the ApplicationParameter.


== ListAlarmSettings ==
== ListAlarmSettings ==