Preparing search index...
The search index is not available
txiki.js
txiki.js
global
tjs
DatagramEndpoint
Interface DatagramEndpoint
interface
DatagramEndpoint
{
localAddress
:
Address
;
remoteAddress
:
Address
;
close
(
)
:
void
;
recv
(
buf
:
Uint8Array
)
:
Promise
<
number
>
;
send
(
buf
:
Uint8Array
,
addr
?:
Address
)
:
Promise
<
DatagramData
>
;
}
Index
Properties
local
Address
remote
Address
Methods
close
recv
send
Properties
local
Address
local
Address
:
Address
remote
Address
remote
Address
:
Address
Methods
close
close
(
)
:
void
Returns
void
recv
recv
(
buf
)
:
Promise
<
number
>
Parameters
buf
:
Uint8Array
Returns
Promise
<
number
>
send
send
(
buf
,
addr
?
)
:
Promise
<
DatagramData
>
Parameters
buf
:
Uint8Array
Optional
addr
:
Address
Returns
Promise
<
DatagramData
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
local
Address
remote
Address
Methods
close
recv
send
txiki.js
Loading...