sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.services.ecp
/
ECPQueryAppsCommand
ECPQuery
Apps
Command
open
class
ECPQueryAppsCommand
:
Command
<
T
>
Members
Constructors
ECPQuery
Apps
Command
Link copied to clipboard
constructor
(
ecpServiceInstance
:
SSDPServiceInstance
,
ecpAppId
:
String
)
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
execute
Link copied to clipboard
open
fun
execute
(
callback
:
ICommandCallback
<
T
>
)
set
Retries
Link copied to clipboard
open
fun
setRetries
(
tries
:
Int
)
:
Command
<
T
>
set
Timeout
Link copied to clipboard
open
fun
setTimeout
(
timeout
:
Long
)
:
Command
<
T
>