LibTiePie  0.9.13
Library for interfacing TiePie engineering instruments
Network

Description

Network related functions.

Modules

 Servers
 

Functions

bool8_t NetGetAutoDetectEnabled (void)
 Check whether automatically detecting network instruments and instrument servers is enabled. More...
 
bool8_t NetSetAutoDetectEnabled (bool8_t bEnable)
 Enable or disable automatic detection of network instruments and instrument servers. More...
 

Function Documentation

bool8_t NetGetAutoDetectEnabled ( void  )

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

Returns
BOOL8_TRUE if enabled, BOOL8_FALSE otherwise.
Since
0.9
bool8_t NetSetAutoDetectEnabled ( bool8_t  bEnable)

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

Parameters
[in]bEnableBOOL8_TRUE or BOOL8_FALSE.
Returns
BOOL8_TRUE if enabled, BOOL8_FALSE otherwise.
Since
0.9