C API for BALTECH SDK

§ BRP_ERR_UNSUPPORTED_COMMAND

#define BRP_ERR_UNSUPPORTED_COMMAND   (0x0020u | BRP_ERRGRP_COMM_UNSUPPORTED)

The specified BRP command is not supported by the connected device.

Internally the driver maps the status code BRP_ERR_STATUS(xxxx, 0x41) to this (cmdcode independant) error code.

Definition at line 337 of file errorcodes.h.