SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sendData (method)

Sends a data buffer to a connection client.

Syntax

- (void)sendData:(long long)connectionID :(NSData*)buffer;
public func sendData(_ connectionID: Int64, _ buffer: Data) throws -> Void

Remarks

Use this method to send a data buffer to a connected client. Use ConnectionID to specify the client.

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