Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
fuzz_proto
IpcSender
Interface IpcSender
Sending data abstraction on a socket.
interface
IpcSender
{
close
()
:
void
;
send
(
data
:
BytesBlob
)
:
void
;
}
Index
Methods
close
send
Methods
close
close
()
:
void
Close the socket.
Returns
void
send
send
(
data
:
BytesBlob
)
:
void
Write given data to the outgoing socket.
Parameters
data
:
BytesBlob
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
close
send
Typeberry by Fluffy Labs - v0.4.0
Loading...
Sending data abstraction on a socket.