My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
db_info Struct Reference

Info to connect and use database. More...

#include <dfg.h>

Public Attributes

uint32_t ip
 
int port
 
char name [16]
 
char user [16]
 
char pwd [16]
 

Detailed Description

Info to connect and use database.

Definition at line 230 of file dfg.h.

Member Data Documentation

uint32_t db_info::ip

Definition at line 231 of file dfg.h.

char db_info::name[16]

Definition at line 233 of file dfg.h.

int db_info::port

Definition at line 232 of file dfg.h.

char db_info::pwd[16]

Definition at line 235 of file dfg.h.

char db_info::user[16]

Definition at line 234 of file dfg.h.


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