Public Attributes | List of all members
tstrM2MIPConfig Struct Reference

This struct contains the static IP configuration. More...

#include <m2m_types.h>

Public Attributes

uint32 u32DNS
 
uint32 u32Gateway
 
uint32 u32StaticIP
 
uint32 u32SubnetMask
 

Detailed Description

This struct contains the static IP configuration.

Note
All member IP addresses are expressed in Network Byte Order (eg. "192.168.10.1" will be expressed as 0x010AA8C0).

Definition at line 1672 of file m2m_types.h.

Member Data Documentation

◆ u32DNS

uint32 tstrM2MIPConfig::u32DNS

IP for the DNS server.

Definition at line 1677 of file m2m_types.h.

◆ u32Gateway

uint32 tstrM2MIPConfig::u32Gateway

IP of the default internet gateway.

Definition at line 1675 of file m2m_types.h.

◆ u32StaticIP

uint32 tstrM2MIPConfig::u32StaticIP

The static IP assigned to the device.

Definition at line 1673 of file m2m_types.h.

◆ u32SubnetMask

uint32 tstrM2MIPConfig::u32SubnetMask

Subnet mask for the local area network.

Definition at line 1679 of file m2m_types.h.


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03