Expand description
Pipe Interface
and InterfaceConfig
implementation
§Server Configuration Example
[[server.interface]]
type = "pipe"
path = '/path/to/pipe.fifo'
group_read_permission = true
§Client Configuration Example
[[client.interface]]
type = "pipe"
path = '/path/to/pipe.fifo'
group_read_permission = true
group_write_permission = true
Structs§
- Pipe
Interface - Data structure to represent the Named Pipe
Interface
.