User Manual

Table Of Contents
A-26 EK-5209-5 Evaluation Kit User’s Guide
This parses a text string such as “1.2.3.4.5.6.7.8” and stores the result in the device_id
structure. If fewer than 8 digit groups are provided, the result is left-padded with 0’s.
Parameters:
group_id_text: (input) Buffer to be parsed.
group_id: (output) Structure to store the result.
Return Value:
ibApi_RESULT_SUCCESS if successful, error code (<0) if not.