IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

SendCommandAsync Method

Will format and send a PDU using the specified command identifier and payload.

Syntax

[VB.NET]
Public Function SendCommandAsync(ByVal CommandId As Integer, ByVal Payload As String) As Task<IList<byte>>
[C#]
public Task<IList<byte>> SendCommandAsync(int commandId, byte[] payload);

Remarks

This method is the asynchronous version of the SendCommand method and is used to support asynchronous operations in WinRT. Please refer to SendCommand for more information.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0