Class CustomCommand
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to to send custom commands.
C#
Copy
public sealed class CustomCommand : Command
- Inheritance
Remarks
This command can be used by both client and server to send predefined command or data.
Constructors
Declaration
C#
Copy
public CustomCommand(string action, Bundle bundle)
Parameters
Type | Name | Description |
---|---|---|
string | action | A predefined custom command. |
Bundle | bundle | The extra data for custom command. |
Remarks
This command can be used by both client and server to send predefined command or data.
Declaration
C#
Copy
public CustomCommand(string action)
Parameters
Type | Name | Description |
---|---|---|
string | action | A predefined custom command. |
Remarks
This command can be used by both client and server to send predefined command or data.
Properties
Declaration
C#
Copy
public string Action { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
This command can be used by both client and server to send predefined command or data.
Declaration
C#
Copy
public Bundle Bundle { get; }
Property Value
Type | Description |
---|---|
Bundle |
Remarks
This command can be used by both client and server to send predefined command or data.