GitHub
Preparing search index...
The search index is not available
Viam SDK
Viam SDK
DataManager
Interface DataManager
interface
DataManager
{
sync
:
(
(
extra
?
)
=>
Promise
<
void
>
)
;
doCommand
(
command
)
:
Promise
<
JsonValue
>
;
}
Hierarchy (
view full
)
Resource
DataManager
Implemented by
DataManagerClient
Index
Properties
sync
Methods
do
Command
Properties
sync
sync
:
(
(
extra
?
)
=>
Promise
<
void
>
)
Type declaration
(
extra
?
)
:
Promise
<
void
>
Parameters
Optional
extra
:
Struct
Returns
Promise
<
void
>
Methods
do
Command
do
Command
(
command
)
:
Promise
<
JsonValue
>
Send/Receive arbitrary commands to the resource.
Parameters
command
:
Struct
The command to execute.
Returns
Promise
<
JsonValue
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
sync
do
Command
Viam SDK
Loading...
Send/Receive arbitrary commands to the resource.