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.
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. |