RTControllerReboot
- Updated2023-02-21
- 1 minute(s) read
RTControllerReboot
int RTControllerReboot (char target[]);
Purpose
Reboots the real-time target.
![]() |
Note This function is deprecated. Use the RebootRTSystem function in the Real-Time Utility Library instead. The Real-Time Utility Library is available when you install the LabWindows/CVI Real-Time Module. |
Parameters
Input | ||
Name | Type | Description |
target | char [] | The name of the real-time target. The name can either be an alphabetical string, such as xyz.natinst.com, or a numerical string, such as 123.456.7.8. |
Return Value
Name | Type | Description | ||||||||||
result | int | Return value indicating whether the function was successful.
The function can also return error codes from the TCP/IP Library. |
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 8.1 and later