Class Command

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
5

Provides a means to send command to media control server.

C#
Copy
public abstract class Command
Inheritance
Command
Derived
Tizen.Multimedia.Remoting.DisplayModeCommand
Tizen.Multimedia.Remoting.DisplayModeCommand
Tizen.Multimedia.Remoting.DisplayModeCommand
Tizen.Multimedia.Remoting.DisplayModeCommand
Tizen.Multimedia.Remoting.DisplayModeCommand
Tizen.Multimedia.Remoting.DisplayModeCommand
Tizen.Multimedia.Remoting.DisplayRotationCommand
Tizen.Multimedia.Remoting.DisplayRotationCommand
Tizen.Multimedia.Remoting.DisplayRotationCommand
Tizen.Multimedia.Remoting.DisplayRotationCommand
Tizen.Multimedia.Remoting.DisplayRotationCommand
Tizen.Multimedia.Remoting.DisplayRotationCommand
Tizen.Multimedia.Remoting.Mode360Command
Tizen.Multimedia.Remoting.Mode360Command
Tizen.Multimedia.Remoting.Mode360Command
Tizen.Multimedia.Remoting.Mode360Command
Tizen.Multimedia.Remoting.Mode360Command
Tizen.Multimedia.Remoting.Mode360Command
Tizen.Multimedia.Remoting.SubtitleModeCommand
Tizen.Multimedia.Remoting.SubtitleModeCommand
Tizen.Multimedia.Remoting.SubtitleModeCommand
Tizen.Multimedia.Remoting.SubtitleModeCommand
Tizen.Multimedia.Remoting.SubtitleModeCommand
Tizen.Multimedia.Remoting.SubtitleModeCommand

Constructors

View Source

Command()

Initializes a Command base class.

Declaration
C#
Copy
protected Command()
API Level: 5

Properties

View Source

ReceiverId

The id for command receiver.

Declaration
C#
Copy
protected string ReceiverId { get; }
Property Value
Type Description
System.String
API Level: 5

Methods

View Source

OnResponseCompleted()

Represents a method that is called when an response command completes.

Declaration
C#
Copy
protected virtual void OnResponseCompleted()
API Level: 5