-
Notifications
You must be signed in to change notification settings - Fork 430
Pipe Functions
zetaepyon edited this page Jan 9, 2018
·
1 revision
This page outlines functions related to named pipes. This functionality is under development, so there may be changes.
This function connects to the named pipe \\.\pipe\luaReader
.
This function connects to the named pipe \\.\pipe\luaWriter
.
This function disconnects from the named pipe \\.\pipe\luaReader
.
This function disconnects from the named pipe \\.\pipe\luaWriter
.
This function returns whether the named pipe for reading is connected.
This function returns whether the named pipe for writing is connected.
-
message
string Message to write.
This function sends a message over the named pipe \\.\pipe\luaWriter
.