handle (property)

The handle of the connection. 0 if invalid or not connected.

Syntax

@property (nonatomic,readwrite,assign,getter=handle,setter=setHandle:) int handle;
- (int)handle;
- (void)setHandle:(int)newHandle;
public var handle: Int32 {
  get {...}
set {...} }

Default Value

0

Remarks

This property is used when trying to disconnect a connection through the Disconnect method. The ConnectedEntry event provides the handle of each connection. Assigning an invalid value to this property and attempting to disconnect may cause the application to behave in an unpredictable manner.

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