This command shall be generated in response to LaunchApp/StopApp/HideApp commands.

MatterSpecification.v13.Cluster § 6.4.7.4

interface LauncherResponse {
    data?: Uint8Array;
    status: ApplicationLauncher.Status;
}

Hierarchy (view full)

Properties

Properties

data?: Uint8Array = ...

This field shall specify Optional app-specific data.

MatterSpecification.v13.Cluster § 6.4.7.4.2

This field shall indicate the status of the command which resulted in this response.

MatterSpecification.v13.Cluster § 6.4.7.4.1