Sentis-ToF-M100 API  1.0.0
API_for_using_the_Bluetechnix_Sentis_ToF_M100_camera
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Data Fields
T_SENTIS_CONFIG Struct Reference

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
 

Detailed Description

Configuration structure.

This structure is used for configuring the API and for setting the connection parameters. It is used in the STSOpen function

Field Documentation

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.


The documentation for this struct was generated from the following file: