connected (property)

Shows whether the class is connected.

Syntax

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

Default Value

FALSE

Remarks

This property is used to determine whether or not the class is connected to the remote host.

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