sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.services.smartcast.commands
/
CheckPairingCommand
Check
Pairing
Command
open
class
CheckPairingCommand
:
SmartcastBaseCommand
<
T
>
Members
Constructors
Check
Pairing
Command
Link copied to clipboard
constructor
(
config
:
ScreenDeviceConfig
,
service
:
ServiceInstance
,
port
:
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
>
Properties
m
Control
URLBase
Link copied to clipboard
@
VisibleForTesting
open
var
mControlURLBase
:
String