imgInterfaceReset
Usage
rval imgInterfaceReset(INTERFACE_ID ifid);
Purpose
Performs a reset on the interface. This function sets the hardware associated with the interface to its initial state.
Parameters
Name | Type | Direction |
ifid | INTERFACE_ID | input |
rval | Int32 | input |
Parameter Discussion
ifid: valid INTERFACE_ID.
Return Value
This function returns 0 on success. On failure, this function returns an error code. For information about the error code, call imgShowError.