BearerIpConfig
Object Hierarchy:
Description:
[
CCode ( type_id =
"mm_bearer_ip_config_get_type ()" ) ]
public class BearerIpConfig :
Object
The BearerIpConfig structure contains private data and should only be accessed using the provided API.
Content:
Creation methods:
Methods:
- public unowned string get_address ()
Gets the IP address to be used with this bearer.
- public unowned string[] get_dns ()
Gets the list of IP addresses of DNS servers to be used with this bearer.
- public unowned string get_gateway ()
Gets the IP address of the gateway to be used with this bearer.
- public BearerIpMethod get_method ()
Gets the IP method to be used with this bearer.
- public uint get_mtu ()
Gets the MTU to be used with this bearer.
- public uint get_prefix ()
Gets the network prefix to be used with this bearer.
Inherited Members:
All known members inherited from class GLib.Object