Class Command

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll

Provides a means to send command to media control server.

C#
Copy
public abstract class Command
Inheritance
object
Command
Derived

Constructors

View Source

Command()

Initializes a Command base class.

Declaration
C#
Copy
protected Command()

Properties

View Source

ReceiverId

The id for command receiver.

Declaration
C#
Copy
protected string ReceiverId { get; }
Property Value
Type Description
string

Methods

View Source

OnResponseCompleted()

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

Declaration
C#
Copy
protected virtual void OnResponseCompleted()