Class Command
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to send command to media control server.
C#Copypublic abstract class Command
- Inheritance
-
objectCommand
- Derived
Constructors
Declaration
C#Copyprotected Command()
Properties
Declaration
C#Copypublic bool IsResponseNeeded { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
If false, the receiver should not respond to the received command.
Declaration
C#Copyprotected 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#Copyprotected virtual void OnResponseCompleted()