Preparing search index...
The search index is not available
@eclipse-zenoh/zenoh-ts
@eclipse-zenoh/zenoh-ts
QuerierGetOptions
Interface QuerierGetOptions
interface
QuerierGetOptions
{
attachment
?:
IntoZBytes
;
encoding
?:
Encoding
;
handler
?:
Handler
|
(
(
sample
:
Reply
)
=>
Promise
<
void
>
)
;
payload
?:
IntoZBytes
;
}
Index
Properties
attachment?
encoding?
handler?
payload?
Properties
Optional
attachment
attachment
?:
IntoZBytes
Optional
encoding
encoding
?:
Encoding
Optional
handler
handler
?:
Handler
|
(
(
sample
:
Reply
)
=>
Promise
<
void
>
)
Optional
payload
payload
?:
IntoZBytes
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachment
encoding
handler
payload
@eclipse-zenoh/zenoh-ts
Loading...