onStatus (event)

Fired during connection or disconnection attempts.

Syntax

- (void)onStatus:(int)operation :(int)statusCode :(NSString*)operationDescription :(NSString*)statusDescription;
func onStatus(_ operation: Int32, _ statusCode: Int32, _ operationDescription: String, _ statusDescription: String)

Remarks

The Operation parameter indicates the operation currently in progress.

The StatusCode shows the status of the operation.

The OperationDescription and StatusDescription parameters are the corresponding descriptions.

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