FC_BrowseResponse - General Information

Overview

Type:

Function

Available as of:

V1.0.2.0

Task

This function returns one response of the Browse service.

Functional Description

This function returns one response of the Browse service from a Sercos device to which a request had been sent via FC_BrowseRequest. If multiple devices are on the Sercos network, the function needs to be called the corresponding number of times.

Interface

Input

Data type

Description

i_udiTransactionID

UDINT

Transaction ID of corresponding request

i_diTimeoutMs

DINT

Timeout in milliseconds for waiting for the response

Input/Output

Data type

Description

iq_stBrowseResponse

ST_BrowseResponse

Browse response with device-specific items. See ST_BrowseResponse for additional information.

Return Value

Data type

Description

ET_Result

Refer to ET_Result.