ERRPARAMS
Last updated
Was this helpful?
Structure containing error code information resulting from a Universal Driver function call. An error code is generated as the return value by each driver function.
typedef struct {
BYTE ErrCode;
char* errstring;
} ERRPARAMS;Name
Description
Applicable Boards
ErrCode
The error code representing the particular error
All boards
errstring
The string description corresponding to the error code in ErrCode
All boards
Last updated
Was this helpful?
Was this helpful?