Settings services: Difference between revisions
No edit summary |
|||
Line 919: | Line 919: | ||
|- | |- | ||
| 1 || SteadyClock | | 1 || SteadyClock | ||
|} | |||
== NotificationVolume == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Description | |||
|- | |||
| 0 || Mute | |||
|- | |||
| 1 || Low | |||
|- | |||
| 2 || High | |||
|} | |} | ||
Line 939: | Line 952: | ||
|- | |- | ||
| 0x18 || 0x18 || [[Glue_services|SteadyClockTimePoint]] steady_clock_time | | 0x18 || 0x18 || [[Glue_services|SteadyClockTimePoint]] steady_clock_time | ||
|- | |||
|} | |||
== NotificationTime == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset || Size || Description | |||
|- | |||
| 0x0 || 0x4 || s32 hour | |||
|- | |||
| 0x4 || 0x4 || s32 minute | |||
|- | |- | ||
|} | |} | ||
Line 949: | Line 973: | ||
! Offset || Size || Description | ! Offset || Size || Description | ||
|- | |- | ||
| 0x0 || 0x4 || | | 0x0 || 0x4 || u32 flags. Bitmask with NotificationFlag. | ||
|- | |- | ||
| | | 0x4 || 0x4 || s32 [[#NotificationVolume|volume]] | ||
|- | |- | ||
| | | 0x8 || 0x8 || [[#NotificationTime]] start_time | ||
|- | |- | ||
| | | 0x10 || 0x8 || [[#NotificationTime]] end_time | ||
|- | |- | ||
|} | |} |