Gammu internals  1.38.0
GSM_ConnectionInfo Struct Reference

Data Fields

const char * Name
 
const GSM_ConnectionType Connection
 
gboolean SkipDtrRts
 

Detailed Description

Information about connection names and parameters.

Definition at line 93 of file gsmstate.c.

Field Documentation

§ Connection

const GSM_ConnectionType GSM_ConnectionInfo::Connection

Connection type.

Definition at line 101 of file gsmstate.c.

Referenced by GSM_RegisterAllConnections().

§ Name

const char* GSM_ConnectionInfo::Name

Name of the connection used in config file.

Definition at line 97 of file gsmstate.c.

§ SkipDtrRts

gboolean GSM_ConnectionInfo::SkipDtrRts

Whether to disable DTR/RTS handling on this connection.

Definition at line 105 of file gsmstate.c.

Referenced by GSM_RegisterAllConnections().


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