kkrpc
Preparing search index...
@kunkun/kkrpc
TauriShellStdio
Class TauriShellStdio
Theoretically, any bidirectional channel with read and write can be used to build a RPC interface.
Implements
IoInterface
Index
Constructors
constructor
Properties
name
Methods
read
write
Constructors
constructor
new
TauriShellStdio
(
readStream
:
EventEmitter
<
OutputEvents
<
string
>
>
,
childProcess
:
Child
,
)
:
TauriShellStdio
Parameters
readStream
:
EventEmitter
<
OutputEvents
<
string
>
>
childProcess
:
Child
Returns
TauriShellStdio
Properties
name
name
:
string
= "tauri-shell-stdio"
Methods
read
read
()
:
Promise
<
null
|
string
|
Uint8Array
<
ArrayBufferLike
>
>
Returns
Promise
<
null
|
string
|
Uint8Array
<
ArrayBufferLike
>
>
write
write
(
data
:
string
)
:
Promise
<
void
>
Parameters
data
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
Methods
read
write
kkrpc
Loading...
Theoretically, any bidirectional channel with read and write can be used to build a RPC interface.