IPWorks WebSockets 2020 iOS Edition

Questions / Feedback?

listening (property)

If True, the class accepts incoming connections on LocalPort.

Syntax

@property (nonatomic,readwrite,assign,getter=listening,setter=setListening:) BOOL listening;
- (BOOL)listening;
- (void)setListening:(BOOL)newListening;
public var listening: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Use this property to make the class 'listen' (accept connections) on the port specified by the LocalPort property. 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 WebSockets 2020 iOS Edition - Version 20.0 [Build 8155]