onConnectedEntry (event)

Fired for every connected device when the ListConnections method is called.

Syntax

- (void)onConnectedEntry:(int)handle :(NSString*)entry :(NSString*)deviceName :(NSString*)deviceType :(NSString*)statusDescription;
func onConnectedEntry(_ handle: Int32, _ entry: String, _ deviceName: String, _ deviceType: String, _ statusDescription: String)

Remarks

The Handle parameter can be used to disconnect the entry. You should assign Handle to the Handle property and then call the Disconnect method.

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