IPWorks IPC 2020 Python Edition

Questions / Feedback?

connect Method

Connects to a named pipe.

Syntax

def connect() -> None: ...

Remarks

This method connects to a named pipe specified by pipe_name. Calling this method is equivalent to setting the connected property to True.

Example (Connecting)


PipeClient.PipeName = "MyPipe";
PipeClient.Connect();

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