SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onConnect (event)

This event is fired when a remote connection has been established.

Syntax

- (void)onConnect:(long long)connectionID :(NSString*)remoteAddress :(int)remotePort;
func onConnect(_ connectionID: Int64, _ remoteAddress: String, _ remotePort: Int32)

Remarks

ConnectionID contains a session identifier, and RemoteAddress specifies the client's IP address.

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