connect (method)

Connects to a remote host.

Syntax

- (void)connect:(NSString*)host :(int)port;
public func connect(_ host: String, _ port: Int32) throws -> Void

Remarks

This method connects to a remote host. Calling this method is equivalent to setting the RemoteHost property to Host, setting RemotePort to Port, and then setting the Connected property to True.

Example (Connecting)


IPPortControl.Connect("MyHostNameOrIP", 777)

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