Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
HMI Documentation
OnSDLClose

OnSDLClose

Type
Notification
Sender
SDL
Purpose
Inform the HMI that SDL is ready to be terminated by the system.

OnSDLClose notification is sent by SDL to notify the HMI that SDL has terminated all activity, saved/cleaned up necessary data, unregistered all applications, and the SDL Core process is ready to be closed by the system.

Must
  1. Notify SDL about an intention to terminate because of Ignition Off, Master Reset, or Factory Reset via OnExitAllApplications.
  2. Terminate the SDL process only after receiving OnSDLClose. Otherwise, application data may be lost.
Note

SDL unregisters applications if the transports are still available after an Ignition Off.

SDL cleans up applications' persistent data if the HMI calls for a Factory Reset or Master Reset via OnExitAllApplications.

Notification

Parameters

This RPC has no additional parameter requirements

Sequence Diagrams

JSON Message Examples

Example Notification

{
  "jsonrpc" : "2.0",
  "method" : "BasicCommunication.OnSDLClose"
}
View on GitHub.com
Previous Section Next Section