|
Sentis-ToF-M100 API
1.0.0
API_for_using_the_Bluetechnix_Sentis_ToF_M100_camera
|
Configuration structure. More...
#include <apitypes.h>
Data Fields | |
| unsigned short | udp_port |
| unsigned short | tcp_port |
| unsigned | flags |
| char const * | tcp_ip |
| char const * | udp_ip |
Configuration structure.
This structure is used for configuring the API and for setting the connection parameters. It is used in the STSOpen function
| unsigned T_SENTIS_CONFIG::flags |
Bit level set unsigned for flags. Used for forcing a specific behavior of the connection.
| char const* T_SENTIS_CONFIG::tcp_ip |
Pointer to the string with the tcp ip address in network pointed format.
| unsigned short T_SENTIS_CONFIG::tcp_port |
The tcp port to use.
| char const* T_SENTIS_CONFIG::udp_ip |
Pointer to the string with the udp multicast group ip address in network pointed format.
| unsigned short T_SENTIS_CONFIG::udp_port |
The udp port to use.
1.8.3.1