IPWorks WebSockets 2020 iOS Edition

Questions / Feedback?

send (method)

Sends binary data to the client.

Syntax

- (void)send:(int)connectionId :(NSData*)data;
public func send(_ connectionId: Int32, _ data: Data) throws -> Void

Remarks

This method sends the binary data specified by Data to the client specified by ConnectionId.

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