libtiepie-hw  1.1.13
Network
Collaboration diagram for Network:

Modules

 Servers
 

Functions

TIEPIE_HW_API tiepie_hw_bool tiepie_hw_network_get_auto_detect_enabled (void)
 Check whether automatically detecting network instruments and instrument servers is enabled. More...
 
TIEPIE_HW_API tiepie_hw_bool tiepie_hw_network_set_auto_detect_enabled (tiepie_hw_bool value)
 Enable or disable automatic detection of network instruments and instrument servers. More...
 

Detailed Description

Function Documentation

◆ tiepie_hw_network_get_auto_detect_enabled()

TIEPIE_HW_API tiepie_hw_bool tiepie_hw_network_get_auto_detect_enabled ( void  )

Check whether automatically detecting network instruments and instrument servers is enabled.

Returns
TIEPIE_HW_BOOL_TRUE if enabled, TIEPIE_HW_BOOL_FALSE otherwise.
See also
tiepie_hw_network_set_auto_detect_enabled
Since
1.0

◆ tiepie_hw_network_set_auto_detect_enabled()

TIEPIE_HW_API tiepie_hw_bool tiepie_hw_network_set_auto_detect_enabled ( tiepie_hw_bool  value)

Enable or disable automatic detection of network instruments and instrument servers.

Parameters
[in]valueTIEPIE_HW_BOOL_TRUE or TIEPIE_HW_BOOL_FALSE.
Returns
TIEPIE_HW_BOOL_TRUE if enabled, TIEPIE_HW_BOOL_FALSE otherwise.
See also
tiepie_hw_network_get_auto_detect_enabled
Since
1.0