RP1210_ Reset_Device: Notes
This API command allows the user to attempt to reset the physical device. This command is allowed only when one client is actively connected. If more than one client is connected, this command will return an ERR_MULTIPLE_CLIENTS_CONNECTED error. Any requests pending by the user will be closed and the API will close the last connection prior to returning to the user. The application must disconnect all clients and reconnect after calling this API function by issuing an RP1210_ClientConnect call. This support is required for all implementations of the RP1210 API. The effect is the same as RP1210_ClientDisconnect () and the RP 1210 variables return to their default value.
| Parameter | Description |
|---|---|
| nCommandNumber | RP1210_Reset_Device |
| nClientID | The client identifier for the client that wants to issue the command. |
| fpchClientCommand | Empty buffer, ignored and should be set to NULL. |
| NMessageSize | 0 |