![]() |
As defined in xcapi.h
| xerr xcSetFieldGroup( | xhandle object, |
| xuint32 slot, | |
| XC_FIELD_GROUP_ID groupID, | |
| const void *ibuf, | |
| xuint32 ibufsiz); |
Description:
Sets the value of each field in a field group.
Restrictions:
Parameters:
Returns:
An xerr type indicating the status of the operation.
Common error codes:
XSUCCESS The operation completed successfully.
XINVAL An invalid parameter was supplied.
XBADSLOT Invalid slot number.
XBADFIELD Invalid field.
XNOTCONNECTED Session not connected.
XBADSIZE Input buffer smaller than size to field to be modified.
XBADHANDLE Invalid handle.
XREADONLY Invalid call for read-only field or container.