IPWorks IPC 2020 Python Edition

Questions / Feedback?

pipe_name Property

The name of the pipe.

Syntax

def get_pipe_name() -> str: ...
def set_pipe_name(value: str) -> None: ...

pipe_name = property(get_pipe_name, set_pipe_name)

Default Value

""

Remarks

This property specifies the name of the pipe.

This may be the name by itself, for instance "MyPipe", or in the format "\\.\pipe\MyPipe".

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IPC 2020 Python Edition - Version 20.0 [Build 8155]