/usr/include/libqmi-glib/qmi-wds.h is in libqmi-glib-dev 1.12.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 | /* GENERATED CODE... DO NOT EDIT */
/*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA.
*
* Copyright (C) 2012 Lanedo GmbH
* Copyright (C) 2012-2015 Aleksander Morgado <aleksander@aleksander.es>
*/
#include <glib.h>
#include <glib-object.h>
#include <gio/gio.h>
#include "qmi-enums.h"
#include "qmi-enums-wds.h"
#include "qmi-message.h"
#include "qmi-client.h"
#ifndef __LIBQMI_GLIB_QMI_WDS__
#define __LIBQMI_GLIB_QMI_WDS__
G_BEGIN_DECLS
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Reset */
/* --- Input -- */
/* Note: no fields in the Input container */
/* --- Output -- */
/**
* QmiMessageWdsResetOutput:
*
* The #QmiMessageWdsResetOutput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsResetOutput QmiMessageWdsResetOutput;
GType qmi_message_wds_reset_output_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_RESET_OUTPUT (qmi_message_wds_reset_output_get_type ())
gboolean qmi_message_wds_reset_output_get_result (
QmiMessageWdsResetOutput *self,
GError **error);
QmiMessageWdsResetOutput *qmi_message_wds_reset_output_ref (QmiMessageWdsResetOutput *self);
void qmi_message_wds_reset_output_unref (QmiMessageWdsResetOutput *self);
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Abort */
/* --- Input -- */
/* --- Output -- */
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Start Network */
/* --- Input -- */
/**
* QmiMessageWdsStartNetworkInput:
*
* The #QmiMessageWdsStartNetworkInput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsStartNetworkInput QmiMessageWdsStartNetworkInput;
GType qmi_message_wds_start_network_input_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_START_NETWORK_INPUT (qmi_message_wds_start_network_input_get_type ())
gboolean qmi_message_wds_start_network_input_get_call_type (
QmiMessageWdsStartNetworkInput *self,
QmiWdsCallType *call_type,
GError **error);
gboolean qmi_message_wds_start_network_input_set_call_type (
QmiMessageWdsStartNetworkInput *self,
QmiWdsCallType call_type,
GError **error);
gboolean qmi_message_wds_start_network_input_get_extended_technology_preference (
QmiMessageWdsStartNetworkInput *self,
QmiWdsExtendedTechnologyPreference *extended_technology_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_set_extended_technology_preference (
QmiMessageWdsStartNetworkInput *self,
QmiWdsExtendedTechnologyPreference extended_technology_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_get_enable_autoconnect (
QmiMessageWdsStartNetworkInput *self,
gboolean *enable_autoconnect,
GError **error);
gboolean qmi_message_wds_start_network_input_set_enable_autoconnect (
QmiMessageWdsStartNetworkInput *self,
gboolean enable_autoconnect,
GError **error);
gboolean qmi_message_wds_start_network_input_get_profile_index_3gpp2 (
QmiMessageWdsStartNetworkInput *self,
guint8 *profile_index_3gpp2,
GError **error);
gboolean qmi_message_wds_start_network_input_set_profile_index_3gpp2 (
QmiMessageWdsStartNetworkInput *self,
guint8 profile_index_3gpp2,
GError **error);
gboolean qmi_message_wds_start_network_input_get_profile_index_3gpp (
QmiMessageWdsStartNetworkInput *self,
guint8 *profile_index_3gpp,
GError **error);
gboolean qmi_message_wds_start_network_input_set_profile_index_3gpp (
QmiMessageWdsStartNetworkInput *self,
guint8 profile_index_3gpp,
GError **error);
gboolean qmi_message_wds_start_network_input_get_technology_preference (
QmiMessageWdsStartNetworkInput *self,
QmiWdsTechnologyPreference *technology_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_set_technology_preference (
QmiMessageWdsStartNetworkInput *self,
QmiWdsTechnologyPreference technology_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_get_ip_family_preference (
QmiMessageWdsStartNetworkInput *self,
QmiWdsIpFamily *ip_family_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_set_ip_family_preference (
QmiMessageWdsStartNetworkInput *self,
QmiWdsIpFamily ip_family_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_get_password (
QmiMessageWdsStartNetworkInput *self,
const gchar **password,
GError **error);
gboolean qmi_message_wds_start_network_input_set_password (
QmiMessageWdsStartNetworkInput *self,
const gchar *password,
GError **error);
gboolean qmi_message_wds_start_network_input_get_username (
QmiMessageWdsStartNetworkInput *self,
const gchar **username,
GError **error);
gboolean qmi_message_wds_start_network_input_set_username (
QmiMessageWdsStartNetworkInput *self,
const gchar *username,
GError **error);
gboolean qmi_message_wds_start_network_input_get_authentication_preference (
QmiMessageWdsStartNetworkInput *self,
QmiWdsAuthentication *authentication_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_set_authentication_preference (
QmiMessageWdsStartNetworkInput *self,
QmiWdsAuthentication authentication_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_get_ipv4_address_preference (
QmiMessageWdsStartNetworkInput *self,
guint32 *ipv4_address_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_set_ipv4_address_preference (
QmiMessageWdsStartNetworkInput *self,
guint32 ipv4_address_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_get_apn (
QmiMessageWdsStartNetworkInput *self,
const gchar **apn,
GError **error);
gboolean qmi_message_wds_start_network_input_set_apn (
QmiMessageWdsStartNetworkInput *self,
const gchar *apn,
GError **error);
gboolean qmi_message_wds_start_network_input_get_secondary_nbns_address_preference (
QmiMessageWdsStartNetworkInput *self,
guint32 *secondary_nbns_address_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_set_secondary_nbns_address_preference (
QmiMessageWdsStartNetworkInput *self,
guint32 secondary_nbns_address_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_get_primary_nbns_address_preference (
QmiMessageWdsStartNetworkInput *self,
guint32 *primary_nbns_address_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_set_primary_nbns_address_preference (
QmiMessageWdsStartNetworkInput *self,
guint32 primary_nbns_address_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_get_secondary_dns_address_preference (
QmiMessageWdsStartNetworkInput *self,
guint32 *secondary_dns_address_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_set_secondary_dns_address_preference (
QmiMessageWdsStartNetworkInput *self,
guint32 secondary_dns_address_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_get_primary_dns_address_preference (
QmiMessageWdsStartNetworkInput *self,
guint32 *primary_dns_address_preference,
GError **error);
gboolean qmi_message_wds_start_network_input_set_primary_dns_address_preference (
QmiMessageWdsStartNetworkInput *self,
guint32 primary_dns_address_preference,
GError **error);
QmiMessageWdsStartNetworkInput *qmi_message_wds_start_network_input_ref (QmiMessageWdsStartNetworkInput *self);
void qmi_message_wds_start_network_input_unref (QmiMessageWdsStartNetworkInput *self);
QmiMessageWdsStartNetworkInput *qmi_message_wds_start_network_input_new (void);
/* --- Output -- */
/**
* QmiMessageWdsStartNetworkOutput:
*
* The #QmiMessageWdsStartNetworkOutput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsStartNetworkOutput QmiMessageWdsStartNetworkOutput;
GType qmi_message_wds_start_network_output_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_START_NETWORK_OUTPUT (qmi_message_wds_start_network_output_get_type ())
gboolean qmi_message_wds_start_network_output_get_result (
QmiMessageWdsStartNetworkOutput *self,
GError **error);
gboolean qmi_message_wds_start_network_output_get_packet_data_handle (
QmiMessageWdsStartNetworkOutput *self,
guint32 *packet_data_handle,
GError **error);
gboolean qmi_message_wds_start_network_output_get_call_end_reason (
QmiMessageWdsStartNetworkOutput *self,
QmiWdsCallEndReason *call_end_reason,
GError **error);
gboolean qmi_message_wds_start_network_output_get_verbose_call_end_reason (
QmiMessageWdsStartNetworkOutput *self,
QmiWdsVerboseCallEndReasonType *verbose_call_end_reason_type,
gint16 *verbose_call_end_reason_reason,
GError **error);
QmiMessageWdsStartNetworkOutput *qmi_message_wds_start_network_output_ref (QmiMessageWdsStartNetworkOutput *self);
void qmi_message_wds_start_network_output_unref (QmiMessageWdsStartNetworkOutput *self);
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Stop Network */
/* --- Input -- */
/**
* QmiMessageWdsStopNetworkInput:
*
* The #QmiMessageWdsStopNetworkInput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsStopNetworkInput QmiMessageWdsStopNetworkInput;
GType qmi_message_wds_stop_network_input_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_STOP_NETWORK_INPUT (qmi_message_wds_stop_network_input_get_type ())
gboolean qmi_message_wds_stop_network_input_get_disable_autoconnect (
QmiMessageWdsStopNetworkInput *self,
gboolean *disable_autoconnect,
GError **error);
gboolean qmi_message_wds_stop_network_input_set_disable_autoconnect (
QmiMessageWdsStopNetworkInput *self,
gboolean disable_autoconnect,
GError **error);
gboolean qmi_message_wds_stop_network_input_get_packet_data_handle (
QmiMessageWdsStopNetworkInput *self,
guint32 *packet_data_handle,
GError **error);
gboolean qmi_message_wds_stop_network_input_set_packet_data_handle (
QmiMessageWdsStopNetworkInput *self,
guint32 packet_data_handle,
GError **error);
QmiMessageWdsStopNetworkInput *qmi_message_wds_stop_network_input_ref (QmiMessageWdsStopNetworkInput *self);
void qmi_message_wds_stop_network_input_unref (QmiMessageWdsStopNetworkInput *self);
QmiMessageWdsStopNetworkInput *qmi_message_wds_stop_network_input_new (void);
/* --- Output -- */
/**
* QmiMessageWdsStopNetworkOutput:
*
* The #QmiMessageWdsStopNetworkOutput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsStopNetworkOutput QmiMessageWdsStopNetworkOutput;
GType qmi_message_wds_stop_network_output_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_STOP_NETWORK_OUTPUT (qmi_message_wds_stop_network_output_get_type ())
gboolean qmi_message_wds_stop_network_output_get_result (
QmiMessageWdsStopNetworkOutput *self,
GError **error);
QmiMessageWdsStopNetworkOutput *qmi_message_wds_stop_network_output_ref (QmiMessageWdsStopNetworkOutput *self);
void qmi_message_wds_stop_network_output_unref (QmiMessageWdsStopNetworkOutput *self);
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Get Packet Service Status */
/* --- Input -- */
/* Note: no fields in the Input container */
/* --- Output -- */
/**
* QmiMessageWdsGetPacketServiceStatusOutput:
*
* The #QmiMessageWdsGetPacketServiceStatusOutput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetPacketServiceStatusOutput QmiMessageWdsGetPacketServiceStatusOutput;
GType qmi_message_wds_get_packet_service_status_output_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_PACKET_SERVICE_STATUS_OUTPUT (qmi_message_wds_get_packet_service_status_output_get_type ())
gboolean qmi_message_wds_get_packet_service_status_output_get_result (
QmiMessageWdsGetPacketServiceStatusOutput *self,
GError **error);
gboolean qmi_message_wds_get_packet_service_status_output_get_connection_status (
QmiMessageWdsGetPacketServiceStatusOutput *self,
QmiWdsConnectionStatus *connection_status,
GError **error);
QmiMessageWdsGetPacketServiceStatusOutput *qmi_message_wds_get_packet_service_status_output_ref (QmiMessageWdsGetPacketServiceStatusOutput *self);
void qmi_message_wds_get_packet_service_status_output_unref (QmiMessageWdsGetPacketServiceStatusOutput *self);
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Get Packet Statistics */
/* --- Input -- */
/**
* QmiMessageWdsGetPacketStatisticsInput:
*
* The #QmiMessageWdsGetPacketStatisticsInput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetPacketStatisticsInput QmiMessageWdsGetPacketStatisticsInput;
GType qmi_message_wds_get_packet_statistics_input_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_PACKET_STATISTICS_INPUT (qmi_message_wds_get_packet_statistics_input_get_type ())
gboolean qmi_message_wds_get_packet_statistics_input_get_mask (
QmiMessageWdsGetPacketStatisticsInput *self,
QmiWdsPacketStatisticsMaskFlag *mask,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_input_set_mask (
QmiMessageWdsGetPacketStatisticsInput *self,
QmiWdsPacketStatisticsMaskFlag mask,
GError **error);
QmiMessageWdsGetPacketStatisticsInput *qmi_message_wds_get_packet_statistics_input_ref (QmiMessageWdsGetPacketStatisticsInput *self);
void qmi_message_wds_get_packet_statistics_input_unref (QmiMessageWdsGetPacketStatisticsInput *self);
QmiMessageWdsGetPacketStatisticsInput *qmi_message_wds_get_packet_statistics_input_new (void);
/* --- Output -- */
/**
* QmiMessageWdsGetPacketStatisticsOutput:
*
* The #QmiMessageWdsGetPacketStatisticsOutput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetPacketStatisticsOutput QmiMessageWdsGetPacketStatisticsOutput;
GType qmi_message_wds_get_packet_statistics_output_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_PACKET_STATISTICS_OUTPUT (qmi_message_wds_get_packet_statistics_output_get_type ())
gboolean qmi_message_wds_get_packet_statistics_output_get_result (
QmiMessageWdsGetPacketStatisticsOutput *self,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_output_get_last_call_rx_bytes_ok (
QmiMessageWdsGetPacketStatisticsOutput *self,
guint64 *last_call_rx_bytes_ok,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_output_get_last_call_tx_bytes_ok (
QmiMessageWdsGetPacketStatisticsOutput *self,
guint64 *last_call_tx_bytes_ok,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_output_get_tx_packets_ok (
QmiMessageWdsGetPacketStatisticsOutput *self,
guint32 *tx_packets_ok,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_output_get_rx_packets_ok (
QmiMessageWdsGetPacketStatisticsOutput *self,
guint32 *rx_packets_ok,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_output_get_tx_packets_error (
QmiMessageWdsGetPacketStatisticsOutput *self,
guint32 *tx_packets_error,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_output_get_rx_packets_error (
QmiMessageWdsGetPacketStatisticsOutput *self,
guint32 *rx_packets_error,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_output_get_tx_overflows (
QmiMessageWdsGetPacketStatisticsOutput *self,
guint32 *tx_overflows,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_output_get_rx_overflows (
QmiMessageWdsGetPacketStatisticsOutput *self,
guint32 *rx_overflows,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_output_get_tx_bytes_ok (
QmiMessageWdsGetPacketStatisticsOutput *self,
guint64 *tx_bytes_ok,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_output_get_rx_bytes_ok (
QmiMessageWdsGetPacketStatisticsOutput *self,
guint64 *rx_bytes_ok,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_output_get_tx_packets_dropped (
QmiMessageWdsGetPacketStatisticsOutput *self,
guint32 *tx_packets_dropped,
GError **error);
gboolean qmi_message_wds_get_packet_statistics_output_get_rx_packets_dropped (
QmiMessageWdsGetPacketStatisticsOutput *self,
guint32 *rx_packets_dropped,
GError **error);
QmiMessageWdsGetPacketStatisticsOutput *qmi_message_wds_get_packet_statistics_output_ref (QmiMessageWdsGetPacketStatisticsOutput *self);
void qmi_message_wds_get_packet_statistics_output_unref (QmiMessageWdsGetPacketStatisticsOutput *self);
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Get Profile List */
/* --- Input -- */
/**
* QmiMessageWdsGetProfileListInput:
*
* The #QmiMessageWdsGetProfileListInput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetProfileListInput QmiMessageWdsGetProfileListInput;
GType qmi_message_wds_get_profile_list_input_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_PROFILE_LIST_INPUT (qmi_message_wds_get_profile_list_input_get_type ())
gboolean qmi_message_wds_get_profile_list_input_get_profile_type (
QmiMessageWdsGetProfileListInput *self,
QmiWdsProfileType *profile_type,
GError **error);
gboolean qmi_message_wds_get_profile_list_input_set_profile_type (
QmiMessageWdsGetProfileListInput *self,
QmiWdsProfileType profile_type,
GError **error);
QmiMessageWdsGetProfileListInput *qmi_message_wds_get_profile_list_input_ref (QmiMessageWdsGetProfileListInput *self);
void qmi_message_wds_get_profile_list_input_unref (QmiMessageWdsGetProfileListInput *self);
QmiMessageWdsGetProfileListInput *qmi_message_wds_get_profile_list_input_new (void);
/* --- Output -- */
/**
* QmiMessageWdsGetProfileListOutputProfileListProfile:
* @profile_type: a #QmiWdsProfileType.
* @profile_index: a #guint8.
* @profile_name: a string.
*
* A QmiMessageWdsGetProfileListOutputProfileListProfile struct.
*/
typedef struct _QmiMessageWdsGetProfileListOutputProfileListProfile {
QmiWdsProfileType profile_type;
guint8 profile_index;
gchar *profile_name;
} QmiMessageWdsGetProfileListOutputProfileListProfile;
/**
* QmiMessageWdsGetProfileListOutput:
*
* The #QmiMessageWdsGetProfileListOutput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetProfileListOutput QmiMessageWdsGetProfileListOutput;
GType qmi_message_wds_get_profile_list_output_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_PROFILE_LIST_OUTPUT (qmi_message_wds_get_profile_list_output_get_type ())
gboolean qmi_message_wds_get_profile_list_output_get_result (
QmiMessageWdsGetProfileListOutput *self,
GError **error);
gboolean qmi_message_wds_get_profile_list_output_get_profile_list (
QmiMessageWdsGetProfileListOutput *self,
GArray **profile_list,
GError **error);
gboolean qmi_message_wds_get_profile_list_output_get_extended_error_code (
QmiMessageWdsGetProfileListOutput *self,
QmiWdsDsProfileError *extended_error_code,
GError **error);
QmiMessageWdsGetProfileListOutput *qmi_message_wds_get_profile_list_output_ref (QmiMessageWdsGetProfileListOutput *self);
void qmi_message_wds_get_profile_list_output_unref (QmiMessageWdsGetProfileListOutput *self);
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Get Profile Settings */
/* --- Input -- */
/**
* QmiMessageWdsGetProfileSettingsInput:
*
* The #QmiMessageWdsGetProfileSettingsInput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetProfileSettingsInput QmiMessageWdsGetProfileSettingsInput;
GType qmi_message_wds_get_profile_settings_input_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_PROFILE_SETTINGS_INPUT (qmi_message_wds_get_profile_settings_input_get_type ())
gboolean qmi_message_wds_get_profile_settings_input_get_profile_id (
QmiMessageWdsGetProfileSettingsInput *self,
QmiWdsProfileType *profile_id_profile_type,
guint8 *profile_id_profile_index,
GError **error);
gboolean qmi_message_wds_get_profile_settings_input_set_profile_id (
QmiMessageWdsGetProfileSettingsInput *self,
QmiWdsProfileType profile_id_profile_type,
guint8 profile_id_profile_index,
GError **error);
QmiMessageWdsGetProfileSettingsInput *qmi_message_wds_get_profile_settings_input_ref (QmiMessageWdsGetProfileSettingsInput *self);
void qmi_message_wds_get_profile_settings_input_unref (QmiMessageWdsGetProfileSettingsInput *self);
QmiMessageWdsGetProfileSettingsInput *qmi_message_wds_get_profile_settings_input_new (void);
/* --- Output -- */
/**
* QmiMessageWdsGetProfileSettingsOutput:
*
* The #QmiMessageWdsGetProfileSettingsOutput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetProfileSettingsOutput QmiMessageWdsGetProfileSettingsOutput;
GType qmi_message_wds_get_profile_settings_output_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_PROFILE_SETTINGS_OUTPUT (qmi_message_wds_get_profile_settings_output_get_type ())
gboolean qmi_message_wds_get_profile_settings_output_get_result (
QmiMessageWdsGetProfileSettingsOutput *self,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_ipv6_address_preference (
QmiMessageWdsGetProfileSettingsOutput *self,
GArray **ipv6_address_preference_address,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_profile_name (
QmiMessageWdsGetProfileSettingsOutput *self,
const gchar **profile_name,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_pdp_type (
QmiMessageWdsGetProfileSettingsOutput *self,
QmiWdsPdpType *pdp_type,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_apn_name (
QmiMessageWdsGetProfileSettingsOutput *self,
const gchar **apn_name,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_primary_ipv4_dns_address (
QmiMessageWdsGetProfileSettingsOutput *self,
guint32 *primary_ipv4_dns_address,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_secondary_ipv4_dns_address (
QmiMessageWdsGetProfileSettingsOutput *self,
guint32 *secondary_ipv4_dns_address,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_gprs_requested_qos (
QmiMessageWdsGetProfileSettingsOutput *self,
guint32 *gprs_requested_qos_precedence_class,
guint32 *gprs_requested_qos_delay_class,
guint32 *gprs_requested_qos_reliability_class,
guint32 *gprs_requested_qos_peak_throughput_class,
guint32 *gprs_requested_qos_mean_throughput_class,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_gprs_minimum_qos (
QmiMessageWdsGetProfileSettingsOutput *self,
guint32 *gprs_minimum_qos_precedence_class,
guint32 *gprs_minimum_qos_delay_class,
guint32 *gprs_minimum_qos_reliability_class,
guint32 *gprs_minimum_qos_peak_throughput_class,
guint32 *gprs_minimum_qos_mean_throughput_class,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_username (
QmiMessageWdsGetProfileSettingsOutput *self,
const gchar **username,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_password (
QmiMessageWdsGetProfileSettingsOutput *self,
const gchar **password,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_authentication (
QmiMessageWdsGetProfileSettingsOutput *self,
QmiWdsAuthentication *authentication,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_ipv4_address_preference (
QmiMessageWdsGetProfileSettingsOutput *self,
guint32 *ipv4_address_preference,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_pcscf_address_using_pco (
QmiMessageWdsGetProfileSettingsOutput *self,
gboolean *pcscf_address_using_pco,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_pcscf_address_using_dhcp (
QmiMessageWdsGetProfileSettingsOutput *self,
gboolean *pcscf_address_using_dhcp,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_imcn_flag (
QmiMessageWdsGetProfileSettingsOutput *self,
gboolean *imcn_flag,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_ipv6_primary_dns_address_preference (
QmiMessageWdsGetProfileSettingsOutput *self,
GArray **ipv6_primary_dns_address_preference,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_ipv6_secondary_dns_address_preference (
QmiMessageWdsGetProfileSettingsOutput *self,
GArray **ipv6_secondary_dns_address_preference,
GError **error);
gboolean qmi_message_wds_get_profile_settings_output_get_extended_error_code (
QmiMessageWdsGetProfileSettingsOutput *self,
QmiWdsDsProfileError *extended_error_code,
GError **error);
QmiMessageWdsGetProfileSettingsOutput *qmi_message_wds_get_profile_settings_output_ref (QmiMessageWdsGetProfileSettingsOutput *self);
void qmi_message_wds_get_profile_settings_output_unref (QmiMessageWdsGetProfileSettingsOutput *self);
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Get Default Settings */
/* --- Input -- */
/**
* QmiMessageWdsGetDefaultSettingsInput:
*
* The #QmiMessageWdsGetDefaultSettingsInput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetDefaultSettingsInput QmiMessageWdsGetDefaultSettingsInput;
GType qmi_message_wds_get_default_settings_input_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_DEFAULT_SETTINGS_INPUT (qmi_message_wds_get_default_settings_input_get_type ())
gboolean qmi_message_wds_get_default_settings_input_get_profile_type (
QmiMessageWdsGetDefaultSettingsInput *self,
QmiWdsProfileType *profile_type,
GError **error);
gboolean qmi_message_wds_get_default_settings_input_set_profile_type (
QmiMessageWdsGetDefaultSettingsInput *self,
QmiWdsProfileType profile_type,
GError **error);
QmiMessageWdsGetDefaultSettingsInput *qmi_message_wds_get_default_settings_input_ref (QmiMessageWdsGetDefaultSettingsInput *self);
void qmi_message_wds_get_default_settings_input_unref (QmiMessageWdsGetDefaultSettingsInput *self);
QmiMessageWdsGetDefaultSettingsInput *qmi_message_wds_get_default_settings_input_new (void);
/* --- Output -- */
/**
* QmiMessageWdsGetDefaultSettingsOutput:
*
* The #QmiMessageWdsGetDefaultSettingsOutput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetDefaultSettingsOutput QmiMessageWdsGetDefaultSettingsOutput;
GType qmi_message_wds_get_default_settings_output_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_DEFAULT_SETTINGS_OUTPUT (qmi_message_wds_get_default_settings_output_get_type ())
gboolean qmi_message_wds_get_default_settings_output_get_result (
QmiMessageWdsGetDefaultSettingsOutput *self,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_ipv6_address_preference (
QmiMessageWdsGetDefaultSettingsOutput *self,
GArray **ipv6_address_preference_address,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_profile_name (
QmiMessageWdsGetDefaultSettingsOutput *self,
const gchar **profile_name,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_pdp_type (
QmiMessageWdsGetDefaultSettingsOutput *self,
QmiWdsPdpType *pdp_type,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_apn_name (
QmiMessageWdsGetDefaultSettingsOutput *self,
const gchar **apn_name,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_primary_ipv4_dns_address (
QmiMessageWdsGetDefaultSettingsOutput *self,
guint32 *primary_ipv4_dns_address,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_secondary_ipv4_dns_address (
QmiMessageWdsGetDefaultSettingsOutput *self,
guint32 *secondary_ipv4_dns_address,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_gprs_requested_qos (
QmiMessageWdsGetDefaultSettingsOutput *self,
guint32 *gprs_requested_qos_precedence_class,
guint32 *gprs_requested_qos_delay_class,
guint32 *gprs_requested_qos_reliability_class,
guint32 *gprs_requested_qos_peak_throughput_class,
guint32 *gprs_requested_qos_mean_throughput_class,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_gprs_minimum_qos (
QmiMessageWdsGetDefaultSettingsOutput *self,
guint32 *gprs_minimum_qos_precedence_class,
guint32 *gprs_minimum_qos_delay_class,
guint32 *gprs_minimum_qos_reliability_class,
guint32 *gprs_minimum_qos_peak_throughput_class,
guint32 *gprs_minimum_qos_mean_throughput_class,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_username (
QmiMessageWdsGetDefaultSettingsOutput *self,
const gchar **username,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_password (
QmiMessageWdsGetDefaultSettingsOutput *self,
const gchar **password,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_authentication (
QmiMessageWdsGetDefaultSettingsOutput *self,
QmiWdsAuthentication *authentication,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_ipv4_address_preference (
QmiMessageWdsGetDefaultSettingsOutput *self,
guint32 *ipv4_address_preference,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_pcscf_address_using_pco (
QmiMessageWdsGetDefaultSettingsOutput *self,
gboolean *pcscf_address_using_pco,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_pcscf_address_using_dhcp (
QmiMessageWdsGetDefaultSettingsOutput *self,
gboolean *pcscf_address_using_dhcp,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_imcn_flag (
QmiMessageWdsGetDefaultSettingsOutput *self,
gboolean *imcn_flag,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_ipv6_primary_dns_address_preference (
QmiMessageWdsGetDefaultSettingsOutput *self,
GArray **ipv6_primary_dns_address_preference,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_ipv6_secondary_dns_address_preference (
QmiMessageWdsGetDefaultSettingsOutput *self,
GArray **ipv6_secondary_dns_address_preference,
GError **error);
gboolean qmi_message_wds_get_default_settings_output_get_extended_error_code (
QmiMessageWdsGetDefaultSettingsOutput *self,
QmiWdsDsProfileError *extended_error_code,
GError **error);
QmiMessageWdsGetDefaultSettingsOutput *qmi_message_wds_get_default_settings_output_ref (QmiMessageWdsGetDefaultSettingsOutput *self);
void qmi_message_wds_get_default_settings_output_unref (QmiMessageWdsGetDefaultSettingsOutput *self);
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Get Current Settings */
/* --- Input -- */
/**
* QmiMessageWdsGetCurrentSettingsInput:
*
* The #QmiMessageWdsGetCurrentSettingsInput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetCurrentSettingsInput QmiMessageWdsGetCurrentSettingsInput;
GType qmi_message_wds_get_current_settings_input_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_CURRENT_SETTINGS_INPUT (qmi_message_wds_get_current_settings_input_get_type ())
gboolean qmi_message_wds_get_current_settings_input_get_requested_settings (
QmiMessageWdsGetCurrentSettingsInput *self,
QmiWdsGetCurrentSettingsRequestedSettings *requested_settings,
GError **error);
gboolean qmi_message_wds_get_current_settings_input_set_requested_settings (
QmiMessageWdsGetCurrentSettingsInput *self,
QmiWdsGetCurrentSettingsRequestedSettings requested_settings,
GError **error);
QmiMessageWdsGetCurrentSettingsInput *qmi_message_wds_get_current_settings_input_ref (QmiMessageWdsGetCurrentSettingsInput *self);
void qmi_message_wds_get_current_settings_input_unref (QmiMessageWdsGetCurrentSettingsInput *self);
QmiMessageWdsGetCurrentSettingsInput *qmi_message_wds_get_current_settings_input_new (void);
/* --- Output -- */
/**
* QmiMessageWdsGetCurrentSettingsOutput:
*
* The #QmiMessageWdsGetCurrentSettingsOutput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetCurrentSettingsOutput QmiMessageWdsGetCurrentSettingsOutput;
GType qmi_message_wds_get_current_settings_output_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_CURRENT_SETTINGS_OUTPUT (qmi_message_wds_get_current_settings_output_get_type ())
gboolean qmi_message_wds_get_current_settings_output_get_result (
QmiMessageWdsGetCurrentSettingsOutput *self,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_profile_name (
QmiMessageWdsGetCurrentSettingsOutput *self,
const gchar **profile_name,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_pdp_type (
QmiMessageWdsGetCurrentSettingsOutput *self,
QmiWdsPdpType *pdp_type,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_apn_name (
QmiMessageWdsGetCurrentSettingsOutput *self,
const gchar **apn_name,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_primary_ipv4_dns_address (
QmiMessageWdsGetCurrentSettingsOutput *self,
guint32 *primary_ipv4_dns_address,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_secondary_ipv4_dns_address (
QmiMessageWdsGetCurrentSettingsOutput *self,
guint32 *secondary_ipv4_dns_address,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_gprs_granted_qos (
QmiMessageWdsGetCurrentSettingsOutput *self,
guint32 *gprs_granted_qos_precedence_class,
guint32 *gprs_granted_qos_delay_class,
guint32 *gprs_granted_qos_reliability_class,
guint32 *gprs_granted_qos_peak_throughput_class,
guint32 *gprs_granted_qos_mean_throughput_class,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_username (
QmiMessageWdsGetCurrentSettingsOutput *self,
const gchar **username,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_authentication (
QmiMessageWdsGetCurrentSettingsOutput *self,
QmiWdsAuthentication *authentication,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_ipv4_address (
QmiMessageWdsGetCurrentSettingsOutput *self,
guint32 *ipv4_address,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_profile_id (
QmiMessageWdsGetCurrentSettingsOutput *self,
QmiWdsProfileType *profile_id_profile_type,
guint8 *profile_id_profile_index,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_ipv4_gateway_address (
QmiMessageWdsGetCurrentSettingsOutput *self,
guint32 *ipv4_gateway_address,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_ipv4_gateway_subnet_mask (
QmiMessageWdsGetCurrentSettingsOutput *self,
guint32 *ipv4_gateway_subnet_mask,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_pcscf_address_using_pco (
QmiMessageWdsGetCurrentSettingsOutput *self,
guint8 *pcscf_address_using_pco,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_pcscf_server_address_list (
QmiMessageWdsGetCurrentSettingsOutput *self,
GArray **pcscf_server_address_list,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_pcscf_domain_name_list (
QmiMessageWdsGetCurrentSettingsOutput *self,
GArray **pcscf_domain_name_list,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_ipv6_address (
QmiMessageWdsGetCurrentSettingsOutput *self,
GArray **ipv6_address_address,
guint8 *ipv6_address_prefix_length,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_ipv6_gateway_address (
QmiMessageWdsGetCurrentSettingsOutput *self,
GArray **ipv6_gateway_address_address,
guint8 *ipv6_gateway_address_prefix_length,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_ipv6_primary_dns_address (
QmiMessageWdsGetCurrentSettingsOutput *self,
GArray **ipv6_primary_dns_address,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_ipv6_secondary_dns_address (
QmiMessageWdsGetCurrentSettingsOutput *self,
GArray **ipv6_secondary_dns_address,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_mtu (
QmiMessageWdsGetCurrentSettingsOutput *self,
guint32 *mtu,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_domain_name_list (
QmiMessageWdsGetCurrentSettingsOutput *self,
GArray **domain_name_list,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_ip_family (
QmiMessageWdsGetCurrentSettingsOutput *self,
QmiWdsIpFamily *ip_family,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_imcn_flag (
QmiMessageWdsGetCurrentSettingsOutput *self,
gint8 *imcn_flag,
GError **error);
gboolean qmi_message_wds_get_current_settings_output_get_extended_technology_preference (
QmiMessageWdsGetCurrentSettingsOutput *self,
QmiWdsExtendedTechnologyPreference *extended_technology_preference,
GError **error);
QmiMessageWdsGetCurrentSettingsOutput *qmi_message_wds_get_current_settings_output_ref (QmiMessageWdsGetCurrentSettingsOutput *self);
void qmi_message_wds_get_current_settings_output_unref (QmiMessageWdsGetCurrentSettingsOutput *self);
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Get Data Bearer Technology */
/* --- Input -- */
/* Note: no fields in the Input container */
/* --- Output -- */
/**
* QmiMessageWdsGetDataBearerTechnologyOutput:
*
* The #QmiMessageWdsGetDataBearerTechnologyOutput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetDataBearerTechnologyOutput QmiMessageWdsGetDataBearerTechnologyOutput;
GType qmi_message_wds_get_data_bearer_technology_output_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_DATA_BEARER_TECHNOLOGY_OUTPUT (qmi_message_wds_get_data_bearer_technology_output_get_type ())
gboolean qmi_message_wds_get_data_bearer_technology_output_get_result (
QmiMessageWdsGetDataBearerTechnologyOutput *self,
GError **error);
gboolean qmi_message_wds_get_data_bearer_technology_output_get_current (
QmiMessageWdsGetDataBearerTechnologyOutput *self,
QmiWdsDataBearerTechnology *current,
GError **error);
gboolean qmi_message_wds_get_data_bearer_technology_output_get_last (
QmiMessageWdsGetDataBearerTechnologyOutput *self,
QmiWdsDataBearerTechnology *last,
GError **error);
QmiMessageWdsGetDataBearerTechnologyOutput *qmi_message_wds_get_data_bearer_technology_output_ref (QmiMessageWdsGetDataBearerTechnologyOutput *self);
void qmi_message_wds_get_data_bearer_technology_output_unref (QmiMessageWdsGetDataBearerTechnologyOutput *self);
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Get Current Data Bearer Technology */
/* --- Input -- */
/* Note: no fields in the Input container */
/* --- Output -- */
/**
* QmiMessageWdsGetCurrentDataBearerTechnologyOutput:
*
* The #QmiMessageWdsGetCurrentDataBearerTechnologyOutput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsGetCurrentDataBearerTechnologyOutput QmiMessageWdsGetCurrentDataBearerTechnologyOutput;
GType qmi_message_wds_get_current_data_bearer_technology_output_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_GET_CURRENT_DATA_BEARER_TECHNOLOGY_OUTPUT (qmi_message_wds_get_current_data_bearer_technology_output_get_type ())
gboolean qmi_message_wds_get_current_data_bearer_technology_output_get_result (
QmiMessageWdsGetCurrentDataBearerTechnologyOutput *self,
GError **error);
gboolean qmi_message_wds_get_current_data_bearer_technology_output_get_last (
QmiMessageWdsGetCurrentDataBearerTechnologyOutput *self,
QmiWdsNetworkType *last_network_type,
guint32 *last_rat_mask,
guint32 *last_so_mask,
GError **error);
gboolean qmi_message_wds_get_current_data_bearer_technology_output_get_current (
QmiMessageWdsGetCurrentDataBearerTechnologyOutput *self,
QmiWdsNetworkType *current_network_type,
guint32 *current_rat_mask,
guint32 *current_so_mask,
GError **error);
QmiMessageWdsGetCurrentDataBearerTechnologyOutput *qmi_message_wds_get_current_data_bearer_technology_output_ref (QmiMessageWdsGetCurrentDataBearerTechnologyOutput *self);
void qmi_message_wds_get_current_data_bearer_technology_output_unref (QmiMessageWdsGetCurrentDataBearerTechnologyOutput *self);
/*****************************************************************************/
/* REQUEST/RESPONSE: Qmi Message WDS Set IP Family */
/* --- Input -- */
/**
* QmiMessageWdsSetIpFamilyInput:
*
* The #QmiMessageWdsSetIpFamilyInput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsSetIpFamilyInput QmiMessageWdsSetIpFamilyInput;
GType qmi_message_wds_set_ip_family_input_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_SET_IP_FAMILY_INPUT (qmi_message_wds_set_ip_family_input_get_type ())
gboolean qmi_message_wds_set_ip_family_input_get_preference (
QmiMessageWdsSetIpFamilyInput *self,
QmiWdsIpFamily *preference,
GError **error);
gboolean qmi_message_wds_set_ip_family_input_set_preference (
QmiMessageWdsSetIpFamilyInput *self,
QmiWdsIpFamily preference,
GError **error);
QmiMessageWdsSetIpFamilyInput *qmi_message_wds_set_ip_family_input_ref (QmiMessageWdsSetIpFamilyInput *self);
void qmi_message_wds_set_ip_family_input_unref (QmiMessageWdsSetIpFamilyInput *self);
QmiMessageWdsSetIpFamilyInput *qmi_message_wds_set_ip_family_input_new (void);
/* --- Output -- */
/**
* QmiMessageWdsSetIpFamilyOutput:
*
* The #QmiMessageWdsSetIpFamilyOutput structure contains private data and should only be accessed
* using the provided API.
*/
typedef struct _QmiMessageWdsSetIpFamilyOutput QmiMessageWdsSetIpFamilyOutput;
GType qmi_message_wds_set_ip_family_output_get_type (void) G_GNUC_CONST;
#define QMI_TYPE_MESSAGE_WDS_SET_IP_FAMILY_OUTPUT (qmi_message_wds_set_ip_family_output_get_type ())
gboolean qmi_message_wds_set_ip_family_output_get_result (
QmiMessageWdsSetIpFamilyOutput *self,
GError **error);
QmiMessageWdsSetIpFamilyOutput *qmi_message_wds_set_ip_family_output_ref (QmiMessageWdsSetIpFamilyOutput *self);
void qmi_message_wds_set_ip_family_output_unref (QmiMessageWdsSetIpFamilyOutput *self);
/*****************************************************************************/
/* Service-specific printable: WDS */
#if defined (LIBQMI_GLIB_COMPILATION)
G_GNUC_INTERNAL
gchar *__qmi_message_wds_get_printable (
QmiMessage *self,
const gchar *line_prefix);
#endif
#if defined (LIBQMI_GLIB_COMPILATION)
G_GNUC_INTERNAL
gboolean __qmi_message_wds_get_version_introduced (
QmiMessage *self,
guint *major,
guint *minor);
#endif
/*****************************************************************************/
/* CLIENT: QMI Client WDS */
#define QMI_TYPE_CLIENT_WDS (qmi_client_wds_get_type ())
#define QMI_CLIENT_WDS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), QMI_TYPE_CLIENT_WDS, QmiClientWds))
#define QMI_CLIENT_WDS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), QMI_TYPE_CLIENT_WDS, QmiClientWdsClass))
#define QMI_IS_CLIENT_WDS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), QMI_TYPE_CLIENT_WDS))
#define QMI_IS_CLIENT_WDS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), QMI_TYPE_CLIENT_WDS))
#define QMI_CLIENT_WDS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), QMI_TYPE_CLIENT_WDS, QmiClientWdsClass))
typedef struct _QmiClientWds QmiClientWds;
typedef struct _QmiClientWdsClass QmiClientWdsClass;
/**
* QmiClientWds:
*
* The #QmiClientWds structure contains private data and should only be accessed
* using the provided API.
*/
struct _QmiClientWds {
/*< private >*/
QmiClient parent;
gpointer priv_unused;
};
struct _QmiClientWdsClass {
/*< private >*/
QmiClientClass parent;
};
GType qmi_client_wds_get_type (void);
void qmi_client_wds_reset (
QmiClientWds *self,
gpointer unused,
guint timeout,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
QmiMessageWdsResetOutput *qmi_client_wds_reset_finish (
QmiClientWds *self,
GAsyncResult *res,
GError **error);
void qmi_client_wds_start_network (
QmiClientWds *self,
QmiMessageWdsStartNetworkInput *input,
guint timeout,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
QmiMessageWdsStartNetworkOutput *qmi_client_wds_start_network_finish (
QmiClientWds *self,
GAsyncResult *res,
GError **error);
void qmi_client_wds_stop_network (
QmiClientWds *self,
QmiMessageWdsStopNetworkInput *input,
guint timeout,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
QmiMessageWdsStopNetworkOutput *qmi_client_wds_stop_network_finish (
QmiClientWds *self,
GAsyncResult *res,
GError **error);
void qmi_client_wds_get_packet_service_status (
QmiClientWds *self,
gpointer unused,
guint timeout,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
QmiMessageWdsGetPacketServiceStatusOutput *qmi_client_wds_get_packet_service_status_finish (
QmiClientWds *self,
GAsyncResult *res,
GError **error);
void qmi_client_wds_get_packet_statistics (
QmiClientWds *self,
QmiMessageWdsGetPacketStatisticsInput *input,
guint timeout,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
QmiMessageWdsGetPacketStatisticsOutput *qmi_client_wds_get_packet_statistics_finish (
QmiClientWds *self,
GAsyncResult *res,
GError **error);
void qmi_client_wds_get_profile_list (
QmiClientWds *self,
QmiMessageWdsGetProfileListInput *input,
guint timeout,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
QmiMessageWdsGetProfileListOutput *qmi_client_wds_get_profile_list_finish (
QmiClientWds *self,
GAsyncResult *res,
GError **error);
void qmi_client_wds_get_profile_settings (
QmiClientWds *self,
QmiMessageWdsGetProfileSettingsInput *input,
guint timeout,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
QmiMessageWdsGetProfileSettingsOutput *qmi_client_wds_get_profile_settings_finish (
QmiClientWds *self,
GAsyncResult *res,
GError **error);
void qmi_client_wds_get_default_settings (
QmiClientWds *self,
QmiMessageWdsGetDefaultSettingsInput *input,
guint timeout,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
QmiMessageWdsGetDefaultSettingsOutput *qmi_client_wds_get_default_settings_finish (
QmiClientWds *self,
GAsyncResult *res,
GError **error);
void qmi_client_wds_get_current_settings (
QmiClientWds *self,
QmiMessageWdsGetCurrentSettingsInput *input,
guint timeout,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
QmiMessageWdsGetCurrentSettingsOutput *qmi_client_wds_get_current_settings_finish (
QmiClientWds *self,
GAsyncResult *res,
GError **error);
void qmi_client_wds_get_data_bearer_technology (
QmiClientWds *self,
gpointer unused,
guint timeout,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
QmiMessageWdsGetDataBearerTechnologyOutput *qmi_client_wds_get_data_bearer_technology_finish (
QmiClientWds *self,
GAsyncResult *res,
GError **error);
void qmi_client_wds_get_current_data_bearer_technology (
QmiClientWds *self,
gpointer unused,
guint timeout,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
QmiMessageWdsGetCurrentDataBearerTechnologyOutput *qmi_client_wds_get_current_data_bearer_technology_finish (
QmiClientWds *self,
GAsyncResult *res,
GError **error);
void qmi_client_wds_set_ip_family (
QmiClientWds *self,
QmiMessageWdsSetIpFamilyInput *input,
guint timeout,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
QmiMessageWdsSetIpFamilyOutput *qmi_client_wds_set_ip_family_finish (
QmiClientWds *self,
GAsyncResult *res,
GError **error);
G_END_DECLS
#endif /* __LIBQMI_GLIB_QMI_WDS__ */
|