SendOutOfBand Method

Overview

Type:

Method

Available as of:

V1.0.4.0

Task

Transmit data as OutOfBand data to the peer.

Functional Description

Transmits data as OutOfBand data to the peer. The data is read from a buffer supplied by the application. Returns the number of bytes sent to the remote site as UDINT.

For additional information about the send methods, refer to section Send Method.

Interface

Input

Data type

Valid range

Description

i_pbySendBuffer

POINTER TO BYTE

-

Start address of the buffer that holds the data to be sent.

In_Out

Data type

Valid range

Description

iq_udiFillLevel

UDINT

1

Fill level of the application-supplied buffer before the operation. Set this to 1. It will be still 1 after the operation if not all data could be sent.

Used by

  • FB_TCPClient