Class Command
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to send command to media control server.
public abstract class Command
- Inheritance
-
objectCommand
- Derived
Constructors
View SourceCommand()
Initializes a Command base class.
Declaration
protected Command()
Properties
View SourceReceiverId
The id for command receiver.
Declaration
protected string ReceiverId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceOnResponseCompleted()
Represents a method that is called when an response command completes.
Declaration
protected virtual void OnResponseCompleted()