IPWorks IPC 2020 macOS Edition

Questions / Feedback?

Listening Property

If True, the component accepts incoming connections.

Syntax

public var listening: Bool {
get {...}
set {...} }

Default Value

False

Remarks

Use this property to make the class 'listen' (accept connections) on the pipe specified by PipeName. Setting this property to False will make the class stop listening. Please note that this does not close any existing connections.

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