Preparing search index...
The search index is not available
@gnaudio/jabra-js
@gnaudio/jabra-js
IGnpRequest
Interface IGnpRequest
Parameters for sending a request through a GNP communication channel.
interface
IGnpRequest
{
data
?:
PacketData
;
destination
?:
Address
;
subcommand
:
Subcommand
;
timeoutMs
?:
number
;
}
Index
Properties
data?
destination?
subcommand
timeout
Ms?
Properties
Optional
data
data
?:
PacketData
Optional
destination
destination
?:
Address
subcommand
subcommand
:
Subcommand
Optional
timeout
Ms
timeoutMs
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
destination
subcommand
timeout
Ms
@gnaudio/jabra-js
Loading...
Parameters for sending a request through a GNP communication channel.