Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::NamedPipeServerOptions::Posix Struct Reference

Public Attributes

bool removeEndpointOnClose = true
 Remove the named pipe endpoint when the server is closed.
 
bool removeEndpointBeforeCreate = false
 Remove the named pipe endpoint before creating a new one.
 

Member Data Documentation

◆ removeEndpointBeforeCreate

bool SC::NamedPipeServerOptions::Posix::removeEndpointBeforeCreate = false

Remove the named pipe endpoint before creating a new one.

◆ removeEndpointOnClose

bool SC::NamedPipeServerOptions::Posix::removeEndpointOnClose = true

Remove the named pipe endpoint when the server is closed.


The documentation for this struct was generated from the following file: