C API for BALTECH SDK

§ BRP_ERR_TIMEOUT

#define BRP_ERR_TIMEOUT   (0x0023u | BRP_ERRGRP_COMM_TIMEOUT)

The response to a brp_recv_frame() / brp_recv_any_frame() is not returned within the specified timeout.

Attention: Must not be intermixed with BRP_ERR_CMD_TIMEOUT, which is returned if the timeout of a BRP command is exceeded (see brp_send_cmd()).

Definition at line 363 of file errorcodes.h.