Named pipe client endpoint creator. More...
#include <File.h>
Static Public Member Functions | |
| static Result | connect (StringSpan name, PipeDescriptor &outConnection, NamedPipeClientOptions options={}) |
| Connects to an existing named pipe server endpoint. | |
Named pipe client endpoint creator.
|
static |
Connects to an existing named pipe server endpoint.
| name | Platform-native absolute endpoint name. Use filesystem absolute paths on POSIX and \\.\pipe\... or \\?\pipe\... on Windows. See SC::NamedPipeName::build for a cross-platform helper. | |
| [out] | outConnection | Connected read/write pipe handles. |
| options | Client connection options. |