Index of values


C
connect [Named_pipe.Server]
Connect blocks until a client connects to this named pipe
create [Named_pipe.Server]
The server should create a named pipe at a particular path under \\.\pipe

D
destroy [Named_pipe.Server]
Removes the underlying OS resource
disconnect [Named_pipe.Server]
Disconnects the connected client

F
flush [Named_pipe.Server]
Flushes outstanding write buffers, typically called before disconnect

O
openpipe [Named_pipe.Client]
Connect to the named pipe server on the given path (e.g.

T
to_fd [Named_pipe.Client]
to_fd [Named_pipe.Server]

W
wait [Named_pipe.Client]
wait path ms wait for up to ms milliseconds for the server to become available.