sendChannelData (method)

Used to send regular data over an SSH channel.

Syntax

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

Remarks

This method can be used to send a arbitrary data to over the channel with the specified ChannelId.

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