SdkApi.Desktop.xml 84.4 KB
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 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>SdkApi.Desktop</name>
    </assembly>
    <members>
        <member name="M:Zebra.Sdk.CommandLine.Commands.Internal.Command.Run(Zebra.Sdk.CommandLine.Internal.ParsedArguments)">
            <summary>
            </summary>
            <param name="opts"></param>
            <exception cref="T:System.Exception"></exception>
        </member>
        <member name="P:Zebra.Sdk.CommandLine.Commands.Internal.Command.ExpectedArgRange">
            <summary>
            Gets the expected bare word arguments.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Commands.Internal.ConfigureWeblinkCommand.CreateConnection(System.String)">
            <summary>
            </summary>
            <param name="connectionDetails"></param>
            <returns></returns>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Commands.Internal.ConvertCertificateCommand.Run(Zebra.Sdk.CommandLine.Internal.ParsedArguments)">
            <summary>
            </summary>
            <param name="opts"></param>
            <exception cref="T:System.Exception"></exception>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Commands.Internal.ConvertCertificateCommand.WriteCertificatesToFile(Zebra.Sdk.Certificate.ZebraCertificateInfo,System.String,System.String)">
            <summary>
            </summary>
            <param name="certificateInfo"></param>
            <param name="password"></param>
            <param name="outputFilePath"></param>
            <exception cref="T:System.ArgumentException"></exception>
            <exception cref="T:System.IO.IOException"></exception>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Commands.Internal.ConvertCertificateCommand.SendCertificatesToPrinter(Zebra.Sdk.Comm.Connection,Zebra.Sdk.Certificate.ZebraCertificateInfo,System.String)">
            <summary>
            </summary>
            <param name="connection"></param>
            <param name="certificateInfo"></param>
            <param name="password"></param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
            <exception cref="T:Zebra.Sdk.Device.ZebraIllegalArgumentException"></exception>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Commands.Internal.ConvertFontCommand.SendFontToPrinter(Zebra.Sdk.CommandLine.Internal.ParsedArguments,System.String,System.IO.Stream,System.String)">
            <summary>
            </summary>
            <param name="opts"></param>
            <param name="fontType"></param>
            <param name="fontInput"></param>
            <param name="connectionString"></param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
            <exception cref="T:Zebra.Sdk.Printer.ZebraPrinterLanguageUnknownException"></exception>
            <exception cref="T:Zebra.Sdk.Printer.NotALinkOsPrinterException"></exception>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.Option.#ctor(System.String,System.String)">
            <summary>
            Max length of optionTitle is 12 characters.
            </summary>
            <param name="optionTitle"></param>
            <param name="description"></param>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.Option.#ctor(System.String,System.String,System.String)">
            <summary>
            Max length of optionTitle is 12 characters.
            </summary>
            <param name="optionTitle"></param>
            <param name="longTitle"></param>
            <param name="description"></param>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.Option.AddArg(System.String,System.Boolean)">
            <summary>
            Max length of optionTitle is 12 characters.
            </summary>
            <param name="arg"></param>
            <param name="required"></param>
            <returns></returns>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.Option.SetHidden(System.Boolean)">
            <summary>
            </summary>
            <param name="hidden">Hide the option so it does not appear on the help menu.</param>
            <returns>Option object.</returns>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.Option.SetLongTitle(System.String)">
            <summary>
            </summary>
            <param name="title"></param>
            <returns>Option object.</returns>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.Option.Matches(System.String)">
            <exception cref="T:System.ArgumentException"/>
            <exception cref="T:System.ArgumentNullException"/>
            <exception cref="T:System.ArgumentOutOfRangeException"/>
            <exception cref="T:System.Text.RegularExpressions.RegexMatchTimeoutException"/>
        </member>
        <member name="P:Zebra.Sdk.CommandLine.Internal.Option.Hidden">
            <summary>
            True if the Option is hidden from the help menu.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.Option.ToString">
            <exception cref="T:System.ArgumentOutOfRangeException"/>
        </member>
        <member name="P:Zebra.Sdk.CommandLine.Internal.Option.ArgName">
            <summary>
            Argument name if there is one.
            </summary>
        </member>
        <member name="P:Zebra.Sdk.CommandLine.Internal.Option.HasArg">
            <summary>
            Whether command has arg.
            </summary>
        </member>
        <member name="P:Zebra.Sdk.CommandLine.Internal.Option.LongName">
            <summary>
            Long option.
            </summary>
        </member>
        <member name="P:Zebra.Sdk.CommandLine.Internal.Option.Name">
            <summary>
            Short option.
            </summary>
        </member>
        <member name="P:Zebra.Sdk.CommandLine.Internal.Option.Description">
            <summary>
            Description.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.OptionGroup.IsValid(Zebra.Sdk.CommandLine.Internal.ParsedArguments)">
            <exception cref="T:System.ArgumentException"/>
            <exception cref="T:System.ArgumentNullException"/>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.OptionGroup.GetErrorMessage">
            <exception cref="T:System.ArgumentOutOfRangeException"/>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.ParsedArguments.ContainsOption(Zebra.Sdk.CommandLine.Internal.Option)">
            <summary>
            </summary>
            <param name="opt"></param>
            <returns></returns>
            <exception cref="T:System.ArgumentException"/>
            <exception cref="T:System.ArgumentNullException"/>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.ParsedArguments.IsArgumentDuplicated(Zebra.Sdk.CommandLine.Internal.Option)">
            <exception cref="T:System.ArgumentNullException"/>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.ParsedArguments.GetOptionArgument(Zebra.Sdk.CommandLine.Internal.Option)">
            <exception cref="T:System.ArgumentNullException"/>
        </member>
        <member name="M:Zebra.Sdk.CommandLine.Internal.Parser.Parse(System.String[])">
            <exception cref="T:System.ArgumentNullException"/>
            <exception cref="T:System.Text.RegularExpressions.RegexMatchTimeoutException"/>
        </member>
        <member name="T:Zebra.Sdk.Comm.BluetoothConnection">
            <summary>
            Establishes a Bluetooth&#174; connection to a printer. (Windows 10 only)
            </summary>
            <remarks>
            In order to connect to a device with Bluetooth&#174;, the device must be discoverable, authentication must be enabled,
            and the authentication pin must be set (1-16 alphanumeric characters).<br/>
            The encryption type and whether or not it is used is determined by the device initiating the connection and not
            the device being connected to.
            </remarks>
            <example><code source="../SdkApi_Test/Test/Zebra/Sdk/Comm/Examples/BluetoothConnectionExample.cs"/></example>
        </member>
        <member name="F:Zebra.Sdk.Comm.BluetoothConnection.friendlyName">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
        </member>
        <member name="F:Zebra.Sdk.Comm.BluetoothConnection.macAddress">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnection.#ctor">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnection.#ctor(Zebra.Sdk.Comm.Internal.ConnectionInfo)">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
            <param name="connectionInfo"></param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Printer connection error or unsupported operating system.</exception>
            <exception cref="T:Zebra.Sdk.Comm.Internal.NotMyConnectionDataException">For internal use of the Zebra Printer API only.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnection.#ctor(System.String)">
            <summary>
            Constructs a new Bluetooth&#174; connection with the given <c>macAddress</c>.
            </summary>
            <remarks>
            The MAC address is a hexadecimal string with or without separators between the octets (e.g. 00:11:BB:DD:55:FF or 0011BBDD55FF). 
            This constructor will use the default timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/>. The default timeout is a maximum of 10
            seconds for any data to be received. If no more data is available after 500 milliseconds the read operation is assumed to be 
            complete.<br/>
            To specify timeouts other than the defaults, use:<br/>
            <see cref="M:Zebra.Sdk.Comm.BluetoothConnection.#ctor(System.String,System.Int32,System.Int32)"/>
            </remarks>
            <param name="macAddress">The device's MAC address.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnection.#ctor(System.String,System.Int32,System.Int32)">
            <summary>
            Constructs a new Bluetooth&#174; connection with the given<c>macAddress</c> and timeout values.
            </summary>
            <remarks>
            The MAC address is a hexadecimal string with or without separators between the octets (e.g. 00:11:BB:DD:55:FF or 0011BBDD55FF).  
            This constructor will use the specified timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/>. The timeout is a maximum of 
            <c>maxTimeoutForRead</c> milliseconds for any data to be received. If no more data is available after <c>timeToWaitForMoreData</c> 
            milliseconds the read operation is assumed to be complete.
            </remarks>
            <param name="macAddress">The device's MAC address.</param>
            <param name="maxTimeoutForRead">The maximum time, in milliseconds, to wait for any data to be received.</param>
            <param name="timeToWaitForMoreData">The maximum time, in milliseconds, to wait in-between reads after the initial read.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnection.#ctor(Zebra.Sdk.Comm.Internal.ZebraConnector,System.String,System.Int32,System.Int32)">
            <summary>
            Exposed this protected constructor for testing. We can pass in a mock Connector rather than the BT specific one.
            The MAC address is a hexadecimal string with no separators between the octets (e.g. 0011BBDD55FF).
            </summary>
            <param name="zebraConnector"></param>
            <param name="macAddress"></param>
            <param name="maxTimeoutForRead"></param>
            <param name="timeToWaitForMoreData"></param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnection.Open">
            <summary>
            Opens a Bluetooth&#174; connection as specified in the constructor.
            </summary>
            <see cref="M:Zebra.Sdk.Comm.ConnectionA.Open"/> 
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnection.Close">
            <summary>
            Closes the Bluetooth&#174; connection.
            </summary>
            <see cref="M:Zebra.Sdk.Comm.Connection.Close"/> 
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnection.ToString">
            <summary>
            The friendly name is obtained from the device when this connection is opened. If the friendly name changes on the
            device, it will not be refreshed until the connection is closed and reopened.
            </summary>
            <returns><c>Bluetooth</c>:[MAC Address]:[Friendly Name].</returns>
            <see cref="M:Zebra.Sdk.Comm.Connection.ToString"/>
        </member>
        <member name="P:Zebra.Sdk.Comm.BluetoothConnection.SimpleConnectionName">
            <summary>
            Gets the MAC address and the friendly name as the description.
            </summary>
            <returns>[MAC Address]:[Friendly Name]</returns>
            <see cref="P:Zebra.Sdk.Comm.Connection.SimpleConnectionName"/> 
        </member>
        <member name="P:Zebra.Sdk.Comm.BluetoothConnection.MACAddress">
            <summary>
            Gets the MAC address which was passed into the constructor. The MAC address is a hexadecimal string with
            separators between the octets (e.g. 00:11:BB:DD:55:FF).
            </summary>
        </member>
        <member name="P:Zebra.Sdk.Comm.BluetoothConnection.FriendlyName">
            <summary>
            Gets the friendly name of the Bluetooth&#174; connection. The friendly name is obtained from the device when
            this connection is opened. If the friendly name changes on the device, it will not be refreshed until the
            connection is closed and reopened.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnection.GetConnectionReestablisher(System.Int64)">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnection.BytesAvailable">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnection.ReadChar">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnection.Read(System.Int32)">
            <inheritdoc/>
        </member>
        <member name="T:Zebra.Sdk.Comm.BluetoothConnectionInsecure">
            <summary>
            Establishes an insecure Bluetooth&#174; connection to a printer. Insecure Bluetooth&#174; connections do not require
            the device and the printer to be paired. (Windows 10 only)
            </summary>
            <example><code source="../SdkApi_Test/Test/Zebra/Sdk/Comm/Examples/BluetoothConnectionInsecureExample.cs"/></example>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnectionInsecure.#ctor(Zebra.Sdk.Comm.Internal.ConnectionInfo)">
            <summary>
            For Zebra Internal Use Only.
            </summary>
            <param name="connectionInfo"></param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnectionInsecure.#ctor(System.String)">
            <summary>
            Constructs a new insecure Bluetooth&#174; connection with the given <c>macAddress</c>.
            </summary>
            <remarks>
            The MAC address is a hexadecimal string with or without separators between the octets (e.g. 00:11:BB:DD:55:FF or 0011BBDD55FF). 
            This constructor will use the default timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/>. The default timeout is a maximum of 5 seconds for 
            any data to be received. If no more data is available after 500 milliseconds the read operation is assumed to be complete.<br/>
            To specify timeouts other than the defaults, use:<br/>
            <see cref="M:Zebra.Sdk.Comm.BluetoothConnectionInsecure.#ctor(System.String,System.Int32,System.Int32)"/>.
            </remarks>
            <param name="macAddress">The device's MAC address.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothConnectionInsecure.#ctor(System.String,System.Int32,System.Int32)">
            <summary>
            Constructs a new insecure Bluetooth&#174; connection with the given <c>macAddress</c> and timeout values.
            </summary>
            <remarks>
            The MAC address is a hexadecimal string with or without separators between the octets (e.g. 00:11:BB:DD:55:FF or 0011BBDD55FF). 
            This constructor will use the specified timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/>. The timeout is a maximum of <c>maxTimeoutForRead</c> 
            milliseconds for any data to be received. If no more data is available after <c>timeToWaitForMoreData</c> milliseconds the read operation 
            is assumed to be complete.<br/>
            </remarks>
            <param name="macAddress">The device's MAC address.</param>
            <param name="maxTimeoutForRead">The maximum time, in milliseconds, to wait for any data to be received.</param>
            <param name="timeToWaitForMoreData">The maximum time, in milliseconds, to wait in-between reads after the initial read.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="T:Zebra.Sdk.Comm.BluetoothStatusConnection">
            <summary>
            Establishes a Bluetooth&#174; status only connection to a Link-OS printer. (Windows 10 only)
            </summary>
            <remarks>
            A <see cref="T:Zebra.Sdk.Comm.BluetoothConnection"/> must be actively open before this connection can be used.<br/>
            This connection requires Link-OS firmware 2.5 or higher. This channel will not block the printing channel, 
            nor can it print. If you wish to print, see <see cref="T:Zebra.Sdk.Comm.BluetoothConnection"/>.<br/>
            <b>Note:</b> In order to connect to a device with Bluetooth&#174;, the device must be discoverable, authentication 
            must be enabled, and the authentication pin must be set (1-16 alphanumeric characters).<br/>
            The encryption type and whether or not it is used is determined by the device initiating the connection and not the 
            device being connected to.
            </remarks>
            <example><code source="../SdkApi_Test/Test/Zebra/Sdk/Comm/Examples/BluetoothStatusConnectionExample.cs"/></example>
        </member>
        <member name="F:Zebra.Sdk.Comm.BluetoothStatusConnection.CONNECTION_STRING_ID">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
        </member>
        <member name="F:Zebra.Sdk.Comm.BluetoothStatusConnection.friendlyName">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
        </member>
        <member name="F:Zebra.Sdk.Comm.BluetoothStatusConnection.macAddress">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnection.#ctor(Zebra.Sdk.Comm.Internal.ConnectionInfo)">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
            <param name="connectionInfo"></param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Printer connection error or unsupported soperating system.</exception>
            <exception cref="T:Zebra.Sdk.Comm.Internal.NotMyConnectionDataException">For internal use of the Zebra Printer API only.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnection.#ctor(System.String)">
            <summary>
            Constructs a new Bluetooth&#174; connection with the given <c>macAddress</c>.
            </summary>
            <remarks>
            The MAC address is a hexadecimal string with or without separators between the octets (e.g. 00:11:BB:DD:55:FF or 0011BBDD55FF). 
            This constructor will use the default timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/>. The default timeout is a maximum of 5
            seconds for any data to be received. If no more data is available after 500 milliseconds the read operation is
            assumed to be complete.<br/>
            To specify timeouts other than the defaults, use:<br/>
            <see cref="M:Zebra.Sdk.Comm.BluetoothStatusConnection.#ctor(System.String,System.Int32,System.Int32)"/>
            </remarks>
            <param name="macAddress">The device's MAC address.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnection.#ctor(System.String,System.Int32,System.Int32)">
            <summary>
            Constructs a new status only Bluetooth&#174; connection with the given <c>macAddress</c> and timeout values.
            </summary>
            <remarks>
            The MAC address is a hexadecimal string with or without separators between the octets (e.g. 00:11:BB:DD:55:FF or 0011BBDD55FF). 
            This constructor will use the specified timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/>. The timeout is a maximum of 
            <c>maxTimeoutForRead</c> milliseconds for any data to be received. If no more data is available after <c>timeToWaitForMoreData</c> 
            milliseconds the read operation is assumed to be complete.
            </remarks>
            <param name="macAddress">The device's MAC address.</param>
            <param name="maxTimeoutForRead">The maximum time, in milliseconds, to wait for any data to be received.</param>
            <param name="timeToWaitForMoreData">The maximum time, in milliseconds, to wait in-between reads after the initial read.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnection.#ctor(Zebra.Sdk.Comm.Internal.ZebraConnector,System.String,System.Int32,System.Int32)">
            <summary>
            Exposed this protected constructor for testing. We can pass in a mock Connector rather than the BT specific one.  
            The MAC address is a hexadecimal string with no separators between the octets (e.g. 0011BBDD55FF).
            </summary>
            <param name="zebraConnector"></param>
            <param name="macAddress"></param>
            <param name="maxTimeoutForRead"></param>
            <param name="timeToWaitForMoreData"></param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnection.Open">
            <summary>
            Opens a status only Bluetooth&#174; connection as specified in the constructor.
            </summary>
            <remarks>
            If the device does not support status connections (that is, if it is not a Link-OS 2.5 or higher device) calling 
            open will throw a ConnectionException.
            </remarks>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnection.Close">
            <summary>
            Closes the Bluetooth&#174; connection.
            </summary>
            <see cref="M:Zebra.Sdk.Comm.Connection.Close"/>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnection.ToString">
            <summary>
            Returns <c>Bluetooth_STATUS</c>:[MAC Address]:[Friendly Name].
            </summary>
            <remarks>
            The friendly name is obtained from the device when this connection is opened. If the friendly name changes on the
            device, it will not be refreshed until the connection is closed and reopened.<br/>
            <see cref="M:Zebra.Sdk.Comm.Connection.ToString"/>
            </remarks>
            <returns><c>Bluetooth_STATUS</c>:[MAC Address]:[Friendly Name].</returns>
        </member>
        <member name="P:Zebra.Sdk.Comm.BluetoothStatusConnection.SimpleConnectionName">
            <summary>
            Return the MAC address and friendly name of the status port as the description.
            </summary>
            <returns>[MAC Address]:[Friendly Name]</returns>
            <see cref="P:Zebra.Sdk.Comm.Connection.SimpleConnectionName"/>
        </member>
        <member name="P:Zebra.Sdk.Comm.BluetoothStatusConnection.MACAddress">
            <summary>
            Returns the MAC address which was passed into the constructor.
            </summary>
            <remarks>
            The MAC address is a hexadecimal string with separators between the octets (e.g. 00:11:BB:DD:55:FF).
            </remarks>
        </member>
        <member name="P:Zebra.Sdk.Comm.BluetoothStatusConnection.FriendlyName">
            <summary>
            Returns the friendly name of the Bluetooth&#174; connection.
            </summary>
            <remarks>
            The friendly name is obtained from the device when this connection is opened. If the friendly name 
            changes on the device, it will not be refreshed until the connection is closed and reopened.
            </remarks>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnection.BytesAvailable">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnection.ReadChar">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnection.Read(System.Int32)">
            <inheritdoc/>
        </member>
        <member name="T:Zebra.Sdk.Comm.BluetoothStatusConnectionInsecure">
            <summary>
            Establishes a status only insecure Bluetooth&#174; connection to a Link-OS printer. (Windows 10 only)
            </summary>
            <remarks>
            A <see cref="T:Zebra.Sdk.Comm.BluetoothConnection"/> must be actively open before this connection can be used.<br/>
            This connection requires Link-OS firmware 2.5 or higher. This channel will not block the printing channel, nor can it print. 
            If you wish to print, see <see cref="T:Zebra.Sdk.Comm.BluetoothConnection"/>. Insecure Bluetooth&#174; connections do not require the device 
            and the printer to be paired.
            </remarks>
            <example><code source="../SdkApi_Test/Test/Zebra/Sdk/Comm/Examples/BluetoothStatusConnectionInsecureExample.cs"/></example>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnectionInsecure.#ctor(Zebra.Sdk.Comm.Internal.ConnectionInfo)">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
            <param name="connectionInfo"></param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
            <exception cref="T:Zebra.Sdk.Comm.Internal.NotMyConnectionDataException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnectionInsecure.#ctor(System.String)">
            <summary>
            Constructs a new status only insecure Bluetooth&#174; connection with the given <c>macAddress</c>.
            </summary>
            The MAC address is a hexadecimal string with or without separators between the octets (e.g. 00:11:BB:DD:55:FF or 0011BBDD55FF). 
            This constructor will use the default timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/>. The default timeout is a maximum of 5
            seconds for any data to be received. If no more data is available after 500 milliseconds the read operation is
            assumed to be complete.<br/>
            To specify timeouts other than the defaults, use:<br/>
            <see cref="M:Zebra.Sdk.Comm.BluetoothStatusConnectionInsecure.#ctor(System.String,System.Int32,System.Int32)"/>
            <param name="macAddress"></param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.BluetoothStatusConnectionInsecure.#ctor(System.String,System.Int32,System.Int32)">
            <summary>
            Constructs a new status only insecure Bluetooth&#174; connection with the given <c>macAddress</c> and timeout values.
            </summary>
            <remarks>
            The MAC address is a hexadecimal string with or without separators between the octets (e.g. 00:11:BB:DD:55:FF or 0011BBDD55FF). 
            This constructor will use the specified timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/>. The timeout is a maximum of 
            <c>maxTimeoutForRead</c> milliseconds for any data to be received. If no more data is available after <c>timeToWaitForMoreData</c> 
            milliseconds the read operation is assumed to be complete.
            </remarks>
            <param name="macAddress">The device's MAC address.</param>
            <param name="maxTimeoutForRead">The maximum time, in milliseconds, to wait for any data to be received.</param>
            <param name="timeToWaitForMoreData">The maximum time, in milliseconds, to wait in-between reads after the initial read.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="T:Zebra.Sdk.Comm.ConnectionBuilder">
            <summary>
      Builds a Connection from a description string. The description string is used to specify a connection to a specific
      device over TCP, USB, or Bluetooth® (Windows 10 only).
    </summary><remarks>
      <para>
        The description string may be of the explicit forms:<br /><br />
        "TCP:192.168.1.4:6101" -- creates a TCP connection to the device with IP address 192.168.1.4 on port 6101.<br />
        "TCP:192.168.1.4" -- creates a TCP connection to the device with IP address 192.168.1.4 on default port 9100.<br />
        "TCP:dnsName:6101" -- creates a TCP connection to the device with 'dnsName' on port 6101.<br />
        "TCP:dnsName" -- creates a TCP connection to the device with 'dnsName' on default port 9100.<br />
        "TCP_MULTI:192.168.1.4" -- creates a Multichannel TCP connection to the device with '192.168.1.4' using the default ports for both the printing channel(9100) and the status channel(9200).<br />
        "TCP_MULTI:192.168.1.4:1234" -- creates a Multichannel TCP connection to the device with '192.168.1.4' using the given port for the printing channel(1234) and the default port for the status channel(9200).<br />
        "TCP_MULTI:192.168.1.4:1234:5678" -- creates a Multichannel TCP connection to the device with '192.168.1.4' using the given ports for the printing channel(1234) and the status channel(5678).<br />
        "TCP_MULTI:dnsName:1234:5678" -- creates a Multichannel TCP connection to the device with 'dnsName' using the given ports for the printing channel(1234) and the status channel(5678).<br />
        "TCP_STATUS:192.168.1.4:1234" -- creates a TCP status only connection to the device with IP address 192.168.1.4 on port 1234.<br />
        "TCP_STATUS:192.168.1.4" -- creates a TCP status only connection to the device with IP address 192.168.1.4 on the default status port 9200.<br />
        "USB:deviceName" -- creates a USB connection (through the ZebraDesigner driver) to the device with printer name 'deviceName'.<br />
        "USB_DIRECT:\\?\usb#vid_0a5f&amp;pid_00bd#qln320#..." -- creates a USB connection (direct) to the device using '\\?\usb#vid_0a5f&amp;pid_00bd#qln320#...' as the USB symbolic name.<br />
        "BT:11:22:33:44:55:66" -- creates a Bluetooth® connection to the device using '11:22:33:44:55:66' as the MAC address. (Windows 10 only)<br />
        "BT_MULTI:11:22:33:44:55:66" -- creates a multichannel Bluetooth® connection to the device using '11:22:33:44:55:66' as the MAC address. (Link-OS 2.5 or higher for the status channel, Windows 10 only)<br />
        "BT_STATUS:11:22:33:44:55:66" -- creates a status only Bluetooth® connection to the device using '11:22:33:44:55:66' as the MAC address. (Link-OS 2.5 or higher, Windows 10 only)<br />
      </para>
      Generic text may also be used to attempt to specify a device. For example a description string of "genericText" will
      attempt to connect to a device using the following priority:
      <list type="bullet">
        <item>
          <description>TCP_MULTI</description>
        </item>
        <item>
          <description>TCP</description>
        </item>
        <item>
          <description>TCP_STATUS</description>
        </item>
        <item>
          <description>USB</description>
        </item>
        <item>
          <description>USB_DIRECT</description>
        </item>
        <item>
          <description>BT_MULTI</description>
        </item>
        <item>
          <description>BT</description>
        </item>
        <item>
          <description>BT_STATUS</description>
        </item>
      </list>

      If you supply the string 'MyString'. This could be interpreted to be either a DNS name, or a USB device name. 
      ConnectionBuilder will attempt to connect to this string given the above priority order.
      If you supply a more specific string, such as '192.168.2.3', ConnectionBuilder will more efficiently interpret this
      string as being an IP address and, therefore, only attempt the TCP connections.<br />
      Note: Colon (':') characters are not supported in dnsName, friendlyName, uniqueId, deviceName, or genericText fields.<br /><br />
      The following is an example of building a connection from a string:
    </remarks><example>
      <code source="../SdkApi_Test/Test/Zebra/Sdk/Comm/Examples/ConnectionBuilderExample.cs" />
    </example>
        </member>
        <member name="M:Zebra.Sdk.Comm.ConnectionBuilder.#ctor">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Comm.ConnectionBuilder.InitializeClasses">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Comm.ConnectionBuilder.AddConnectionType(System.Object)">
            <summary>
            Add a connection type to the ConnectionBuilder.
            </summary>
            <param name="c">Connection class.</param>
        </member>
        <member name="M:Zebra.Sdk.Comm.ConnectionBuilder.Build(System.String)">
            <summary>
      Creates a Connection type based on the contents of <c>descriptionString</c>.
    </summary><example>"TCP:192.168.1.2:9100"</example><param name="descriptionString">
      The format of the input string is: [prefix:] address [: port_number(s)].<br /><br />
      <ul>
        <li>
          Prefix is either TCP_MULTI, TCP, TCP_STATUS, USB (if applicable), USB_DIRECT (if applicable), BT_MULTI (if applicable),
          BT (if applicable), or BT_STATUS (if applicable).
        </li>
        <li>
          The format of address depends on the prefix
          <ul>
            <li>USB : address is the printer driver name.</li>
            <li>USB_DIRECT : address is the USB symbolic name.</li>
            <li>TCP : address is either a DNS name or an IPv4 address.</li>
            <li>BT : address is the MAC address. (Windows 10 only)</li>
          </ul>
        </li>
        <li>port_number(s) is optional, and only applicable for TCP connections.</li>
        <li>
          Examples:
          <ul>
            <li>TCP:ZBR3054027:9100</li>
            <li>TCP_MULTI:ZBR3054027:9100:9200</li>
            <li>USB:ZDesigner Qln320</li>
            <li>USB_DIRECT:\\?\usb#vid_0a5f&amp;pid_00bd#qln320#...</li>
            <li>BT:11:22:33:44:55:66</li>
            <li>10.1.2.3</li>
          </ul>
        </li>
      </ul>
    </param><returns>Connection derived from the contents of descriptionString.</returns><exception cref="T:Zebra.Sdk.Comm.ConnectionException">If a connection could not be established for the given descriptionString.</exception>
        </member>
        <member name="T:Zebra.Sdk.Comm.DriverPrinterConnection">
            <summary>
            Establishes a USB connection to a printer.
            </summary>
            <remarks>This class is only supported on Windows PC platforms.</remarks>
            <example><code source="../SdkApi_Test/Test/Zebra/Sdk/Comm/Examples/DriverPrinterConnectionExample.cs"/></example>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.#ctor(Zebra.Sdk.Comm.Internal.ConnectionInfo)">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
            <param name="connectionInfo">Information required to instantiate a DriverPrinterConnection</param>
            <exception cref="T:Zebra.Sdk.Comm.Internal.NotMyConnectionDataException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <c>DriverPrinterConnection</c> class.
            </summary>
            <remarks>
            This constructor will use the default timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/>. 
            The default timeout is a maximum of 5 seconds for any data to be received. If no more 
            data is available after 500 milliseconds the read operation is assumed to be complete.<br/>
            To specify timeouts other than the defaults, use:<br/>
            <see cref="M:Zebra.Sdk.Comm.DriverPrinterConnection.#ctor(System.String,System.Int32,System.Int32)"/>.
            </remarks>
            <param name="printerName">The printer name.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.#ctor(System.String,System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <c>DriverPrinterConnection</c> class.
            </summary>
            <remarks>
            This constructor will use the specified timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/>. 
            The timeout is a maximum of maxTimeoutForRead milliseconds for any data to be received.  
            If no more data is available after timeToWaitForMoreData milliseconds the read operation 
            is assumed to be complete.
            </remarks>
            <param name="printerName">The printer name.</param>
            <param name="maxTimeoutForRead">The maximum milliseconds to wait for the initial data to be received.</param>
            <param name="timeToWaitForMoreData">The maximum milliseconds to wait for additional data to be received.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="P:Zebra.Sdk.Comm.DriverPrinterConnection.PrinterName">
            <summary>
            Returns the name of the printer.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.Open">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.Close">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.Read">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.ReadChar">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.Write(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.BytesAvailable">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.ReadFromPrinter">
            <summary>
            </summary>
            <returns></returns>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.ToString">
            <summary>
            Returns <c>USB</c>:[PrinterName].
            </summary>
            <remarks>The <c>PrinterName</c> is the parameter which was passed into the constructor.</remarks>
        </member>
        <member name="P:Zebra.Sdk.Comm.DriverPrinterConnection.SimpleConnectionName">
            <summary>
            Return the printer name as the description.
            </summary>
            <see cref="P:Zebra.Sdk.Comm.Connection.SimpleConnectionName"/> 
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.GetConnectionReestablisher(System.Int64)">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.Dispose(System.Boolean)">
            <summary>
            </summary>
            <param name="disposing"></param>
        </member>
        <member name="M:Zebra.Sdk.Comm.DriverPrinterConnection.Dispose">
            <summary>
            Releases all resources used by the <see cref="T:Zebra.Sdk.Comm.DriverPrinterConnection"/>
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.BluetoothConnectionReestablisher.ReestablishConnection(Zebra.Sdk.Printer.PrinterReconnectionHandler)">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.BluetoothDeviceHelper.GetBluetoothDevice(System.UInt64)">
            <summary>
            </summary>
            <param name="btAddress"></param>
            <returns></returns>
            <exception cref="T:System.AggregateException"></exception>
            <exception cref="T:System.ArgumentException"></exception>
            <exception cref="T:System.ObjectDisposedException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.BluetoothDeviceHelper.OpenConnection(System.String,System.Guid,Windows.Networking.Sockets.SocketProtectionLevel)">
            <summary> 
            </summary>
            <param name="macAddress"></param>
            <param name="channelId"></param>
            <param name="protectionLevel"></param>
            <returns></returns>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.BluetoothDeviceHelper.CheckRadioStatus">
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.BluetoothDeviceHelper.GetFriendlyNameFromDevice(System.String)">
            <summary>
            </summary>
            <param name="macAddress"></param>
            <returns></returns>
            <exception cref="T:System.ArgumentException"></exception>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.BluetoothDeviceHelper.GetMacAddressFromDevice(Windows.Devices.Bluetooth.BluetoothDevice)">
            <exception cref="T:System.ArgumentException"></exception>
            <exception cref="T:System.Text.RegularExpressions.RegexMatchTimeoutException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.BluetoothHelper.ConvertMacAddressToUlong(System.String)">
            <summary>
            </summary>
            <param name="macAddress"></param>
            <returns></returns>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.BluetoothInsecureZebraConnectorImpl.Open">
            <summary>
            </summary>
            <returns></returns>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.BluetoothRadioHelper.IsEnabled">
            <summary>
            This does not work at the moment so do not use
            </summary>
            <returns></returns>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.BluetoothRadioHelper.IsConnectable">
            <summary>
            This sort of works on desktop but only worked on tablet if the bt devices window was open
            so do not use
            </summary>
            <returns></returns>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.BluetoothZebraConnectorImpl.Open">
            <summary>
            </summary>
            <returns></returns>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.DriverConnectionReestablisher.ReestablishConnection(Zebra.Sdk.Printer.PrinterReconnectionHandler)">
            <see cref="M:Zebra.Sdk.Comm.ConnectionReestablisher.ReestablishConnection(Zebra.Sdk.Printer.PrinterReconnectionHandler)"/> 
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.UsbConnectionReestablisher.#ctor(Zebra.Sdk.Comm.Connection,System.Int64)">
            <summary>
            </summary>
            <param name="c"></param>
            <param name="thresholdTime"></param>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.UsbConnectionReestablisher.ReestablishConnection(Zebra.Sdk.Printer.PrinterReconnectionHandler)">
            <see cref="M:Zebra.Sdk.Comm.ConnectionReestablisher.ReestablishConnection(Zebra.Sdk.Printer.PrinterReconnectionHandler)"/>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.UsbConnectionReestablisher.WaitForUsbPrinterToComeOnlineViaSgdAndGetFwVer">
            <summary>
            </summary>
            <returns></returns>
            <exception cref="T:System.TimeoutException"></exception>
            <exception cref="T:Zebra.Sdk.Printer.ZebraPrinterLanguageUnknownException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.UsbUtils.EnumeratePrinters">
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.UsbUtils.EnumeratePrinters(Zebra.Sdk.Printer.Discovery.DiscoveredPrinterFilter)">
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.UsbUtils.GetDiscoveredPrinter(System.String)">
            <summary>
            </summary>
            <param name="symbolicName"></param>
            <returns></returns>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.UsbUtils.LoadDeviceIdMap(System.String,Zebra.Sdk.Comm.Usb.Direct.UsbDevice)">
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.UsbUtils.LoadDeviceIdMap(System.String,Zebra.Sdk.Comm.Connection)">
            <summary>
            </summary>
            <param name="symbolicName"></param>
            <param name="connection"></param>
            <returns></returns>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.UsbUtils.AddSymbolicNameAttributesToMap(System.String,System.Collections.Generic.Dictionary{System.String,System.String}@)">
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.UsbUtils.GetSerialNumberFromSymbolicName(System.String)">
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.UsbUtils.GetProductId(System.String)">
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.Internal.UsbUtils.GetVendorId(System.String)">
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="F:Zebra.Sdk.Comm.Internal.ZebraBluetoothSocket.MAX_TIMEOUT">
            <summary>
            35 seconds was chosen for a Max Timeout so that if the pairing request is 
            ignored it will close and deny the pair before we hit the Max Timeout and close.
            </summary>
        </member>
        <member name="T:Zebra.Sdk.Comm.MultichannelBluetoothConnection">
            <summary>
            Establishes a Bluetooth&#174; label and status connection to a printer. (Windows 10 only)
            </summary>
            <remarks>
            In order to connect to a device with Bluetooth&#174;, the device must be discoverable, 
            authentication must be enabled, and the authentication pin must be set (1-16 alphanumeric characters).<br/>
            The encryption type and whether or not it is used is determined by the device initiating the connection and not
            the device being connected to.
            </remarks>
            <example><code source="../SdkApi_Test/Test/Zebra/Sdk/Comm/Examples/BluetoothMultichannelConnectionExample.cs"/></example>
        </member>
        <member name="M:Zebra.Sdk.Comm.MultichannelBluetoothConnection.#ctor(Zebra.Sdk.Comm.Internal.ConnectionInfo)">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
            <param name="connectionInfo"></param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.MultichannelBluetoothConnection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <c>MultichannelBluetoothConnection</c> class.
            </summary>
            <remarks>
            This constructor will use the default timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/>. The default timeout is a 
            maximum of 5 seconds for any data to be received. If no more data is available after 500 milliseconds the read 
            operation is assumed to be complete.<br/>
            To specify timeouts other than the defaults, use:<br/>
            <see cref="M:Zebra.Sdk.Comm.MultichannelBluetoothConnection.#ctor(System.String,System.Int32,System.Int32)"/> or
            <see cref="M:Zebra.Sdk.Comm.MultichannelBluetoothConnection.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32)"/>.
            </remarks>
            <param name="macAddress">The MAC Address of the Printer.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.MultichannelBluetoothConnection.#ctor(System.String,System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <c>MultichannelBluetoothConnection</c> class.
            </summary>
            <remarks>
            This constructor will use the specified timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/> for both channels.  
            The timeout is a maximum of <c>maxTimeoutForRead</c> milliseconds for any data to be received. If no more 
            data is available after <c>timeToWaitForMoreData</c> milliseconds the read operation is assumed to be complete.  
            If you wish to specify different timeouts for each channel, use
            <see cref="M:Zebra.Sdk.Comm.MultichannelBluetoothConnection.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32)"/>}.
            </remarks>
            <param name="macAddress">The MAC Address of the Printer.</param>
            <param name="maxTimeoutForRead">The maximum time, in milliseconds, to wait for any data to be received.</param>
            <param name="timeToWaitForMoreData">The maximum time, in milliseconds, to wait in-between reads after the initial read.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.MultichannelBluetoothConnection.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <c>MultichannelBluetoothConnection</c> class.
            </summary>
            <remarks>
            This constructor will use the specified timeouts for <see cref="M:Zebra.Sdk.Comm.Connection.Read"/> for the channels.  
            The timeout is a maximum of <c>printingChannelMaxTimeoutForRead/statusChannelMaxTimeoutForRead</c> milliseconds 
            for any data to be received on the printing/status channels respectively. If no more data is available after
            <c>printingChannelTimeToWaitForMoreData/statusChannelTimeToWaitForMoreData</c> milliseconds on the printing/status 
            channels respectively the read operation is assumed to be complete.
            </remarks>
            <param name="macAddress">The MAC Address of the Printer.</param>
            <param name="printingChannelMaxTimeoutForRead">The maximum time, in milliseconds, to wait for any data to be received on
            the printing channel.</param>
            <param name="printingChannelTimeToWaitForMoreData">The maximum time, in milliseconds, to wait in-between reads after the
            initial read on the printing channel.</param>
            <param name="statusChannelMaxTimeoutForRead">The maximum time, in milliseconds, to wait for any data to be received on
            the status channel.</param>
            <param name="statusChannelTimeToWaitForMoreData">The maximum time, in milliseconds, to wait in-between reads after the
            initial read on the status channel.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.MultichannelBluetoothConnection.Open">
            <summary>
            Opens both the printing and status channel of this Multichannel connection.
            </summary>
            <remarks>
            If neither channel can be opened, then a <see cref="T:Zebra.Sdk.Comm.ConnectionException"/> is thrown. When this Multichannel connection 
            is no longer needed, you must call <see cref="M:Zebra.Sdk.Comm.Connection.Close"/> to free up system resources.
            </remarks>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">If the connection cannot be established.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.MultichannelBluetoothConnection.Close">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.MultichannelBluetoothConnection.ToString">
            <summary>
            Returns <c>Bluetooth_MULTI</c>:[MAC Address]:[Friendly Name].
            </summary>
            <remarks>
            The friendly name is obtained from the device when this connection is opened. If the friendly name changes on the
            device, it will not be refreshed until the connection is closed and reopened.
            </remarks>
            <returns>Bluetooth_MULTI:[MAC Address]:[Friendly Name].</returns>
        </member>
        <member name="P:Zebra.Sdk.Comm.MultichannelBluetoothConnection.SimpleConnectionName">
            <summary>
            Return the MAC address as the description.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Comm.MultichannelBluetoothConnection.Init(System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            </summary>
            <param name="macAddress"></param>
            <param name="printingChannelMaxTimeoutForRead"></param>
            <param name="printingChannelTimeToWaitForMoreData"></param>
            <param name="statusChannelMaxTimeoutForRead"></param>
            <param name="statusChannelTimeToWaitForMoreData"></param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Unsupported operating system.</exception>
        </member>
        <member name="T:Zebra.Sdk.Comm.UsbConnection">
            <summary>
            Establishes a direct connection to an attached Zebra USB printer without requiring the presence of a USB driver.
            </summary>
        </member>
        <member name="F:Zebra.Sdk.Comm.UsbConnection.symbolicName">
            <summary>
            The symbolic name of the printer.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <c>UsbConnection</c> class.
            </summary>
            <remarks>This constructor will attempt a connection to the printer specified in the symbolic name.</remarks>
            <param name="symbolicName">The USB symbolic name for the device returned by the UsbDiscoverer.GetZebraUsbPrinters() member function.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">If the system is not running the Windows operating system or if the device cannot be found.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.#ctor(System.String,System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the <c>UsbConnection</c> class.
            </summary>
            <remarks>This constructor will attempt a connection to the printer specified in the symbolic name.</remarks>
            <param name="symbolicName">The USB symbolic name for the device returned by the UsbDiscoverer.GetZebraUsbPrinters() member function.</param>
            <param name="maxTimeoutForRead">Maximum time to wait for read data</param>
            <param name="timeToWaitForMoreData">Maximum time to wait for more data after intial data is sent from printer</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">If the system is not running the Windows operating system or if the device cannot be found.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.CreateUsbConnection(System.String,System.Int32,System.Int32)">
            <summary>
            </summary>
            <param name="symbolicName"></param>
            <param name="maxTimeoutForRead"></param>
            <param name="timeToWaitForMoreData"></param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.#ctor(Zebra.Sdk.Comm.Internal.ConnectionInfo)">
            <summary>
            Initializes a new instance of the <c>UsbConnection</c> class.
            </summary>
            <remarks>This constructor will attempt a connection to a printer that meets the connectionInfo criteria</remarks>
            <param name="connectionInfo">Printer serial number or model number</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">Printer connection error</exception>
            <exception cref="T:Zebra.Sdk.Comm.Internal.NotMyConnectionDataException">Cannot find specified device among attached devices</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.Open">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.OpenPrinter">
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.Close">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.Write(System.Byte[])">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.Write(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.ReadChar">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.Read(System.Int32)">
            <summary>
            Reads up to maxBytesToRead into byte array
            </summary>
            <param name="maxBytesToRead">The maximum number of bytes to read.</param>
            <remarks>Performing reads using DriverPrinterConnection and UsbConnection concurrently could cause indeterminate reads.</remarks>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.BytesAvailable">
            <summary>
            Returns number of bytes currently read from printer.
            </summary>
            <returns>Number of bytes currently read from printer.</returns>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">If an I/O error occurs.</exception>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.LoadDeviceMap">
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException"></exception>
        </member>
        <member name="P:Zebra.Sdk.Comm.UsbConnection.SimpleConnectionName">
            <inheritdoc/>
        </member>
        <member name="P:Zebra.Sdk.Comm.UsbConnection.SerialNumber">
            <summary>
            Gets the printer's serial number.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.ToString">
            <summary>
            Returns the Connection Builder name of the USB device.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Comm.UsbConnection.GetConnectionReestablisher(System.Int64)">
            <inheritdoc/>
        </member>
        <member name="P:Zebra.Sdk.Comm.UsbConnection.MaxTimeoutForRead">
            <inheritdoc/>
        </member>
        <member name="P:Zebra.Sdk.Comm.UsbConnection.Manufacturer">
            <summary>
            Returns printer's manufacturer.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Graphics.Internal.PngToGrfConverter.PngToGrf(System.IO.Stream)">
            <summary>
            </summary>
            <param name="pngData"></param>
            <returns></returns>
            <exception cref="T:System.IO.IOException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Graphics.Internal.ZebraImage.#ctor(System.Drawing.Image)">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
            <param name="image"></param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Graphics.Internal.ZebraImage.#ctor(System.String)">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
            <param name="imageFilePath"></param>
            <exception cref="T:System.ArgumentException"></exception>
            <exception cref="T:System.IO.IOException"></exception>
        </member>
        <member name="M:Zebra.Sdk.Graphics.Internal.ZebraImage.#ctor(System.IO.Stream)">
            <summary>
            For internal use of the Zebra Printer API only.
            </summary>
            <param name="imageStream"></param>
            <exception cref="T:System.ArgumentException"></exception>
            <exception cref="T:System.IO.IOException"></exception>
        </member>
        <member name="T:Zebra.Sdk.Graphics.ZebraImageFactory">
            <summary>
            A factory used to acquire an instance of a ZebraImageI.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Graphics.ZebraImageFactory.GetImage(System.Drawing.Image)">
            <summary>
            Creates an instance of <see cref="T:Zebra.Sdk.Graphics.ZebraImageI"/> from the image specified in <c>image</c>.
            </summary>
            <param name="image">The image</param>
            <returns>An image formatted for Zebra Printers</returns>
            <exception cref="T:System.IO.IOException">If the file could not be found, open, or is an unsupported graphic.</exception>
            <exception cref="T:System.ArgumentException">If <c>image</c> is null</exception>
        </member>
        <member name="M:Zebra.Sdk.Graphics.ZebraImageFactory.GetImage(System.String)">
            <summary>
            Creates an instance of <see cref="T:Zebra.Sdk.Graphics.ZebraImageI"/> from the image specified in <c>fullPath</c>.
            </summary>
            <param name="fullPath">The full path of the image.</param>
            <returns>An image formatted for Zebra Printers</returns>
            <exception cref="T:System.IO.IOException">If the file could not be found, open, or is an unsupported graphic.</exception>
            <exception cref="T:System.ArgumentException">If <c>fullPath</c> is null</exception>
        </member>
        <member name="M:Zebra.Sdk.Graphics.ZebraImageFactory.GetImage(System.IO.Stream)">
            <summary>
            Creates an instance of <see cref="T:Zebra.Sdk.Graphics.ZebraImageI"/> from the image data specified in <c>imageData</c>
            </summary>
            <param name="imageData">A stream containing the image data.</param>
            <returns>An image formatted for Zebra Printers.</returns>
            <exception cref="T:System.IO.IOException">If the file could not be found, open, or is an unsupported graphic.</exception>
            <exception cref="T:System.ArgumentException">If <c>imageData</c> is null</exception>
        </member>
        <member name="T:Zebra.Sdk.Printer.Discovery.BluetoothDiscoverer">
            <summary>
            A class that discovers Bluetooth&#174; devices.
            </summary>
            <example><code source="../SdkApi_Test/Test/Zebra/Sdk/Discovery/Examples/BluetoothDiscovererExample.cs"/></example>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.BluetoothDiscoverer.FindPrinters(Zebra.Sdk.Printer.Discovery.DiscoveryHandler)">
            <summary>
            Find Bluetooth&#174; devices that are discoverable.
            </summary>
            <remarks>This method will return all devices found, not just Zebra printers.</remarks>
            <param name="discoveryHandler">A <see cref="T:Zebra.Sdk.Printer.Discovery.DiscoveryHandler"/> instance that is used to handle discovery events (e.g. found a printer, errors, discovery finished).</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">For communication or discovery errors.</exception>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.BluetoothDiscoverer.FindPrinters(Zebra.Sdk.Printer.Discovery.DiscoveryHandler,System.Int32)">
            <summary>
            Find Bluetooth&#174; devices that are discoverable.
            </summary>
            <remarks>This method will return all devices found, not just Zebra printers.</remarks>
            <param name="discoveryHandler">A <see cref="T:Zebra.Sdk.Printer.Discovery.DiscoveryHandler"/> instance that is used to handle discovery events (e.g. found a printer, errors, discovery finished).</param>
            <param name="waitForResponsesTimeout">Time to wait, in milliseconds, before determining that there are no more discovery responses.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">For communication or discovery errors.</exception>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.BluetoothDiscoverer.FindPrinters(Zebra.Sdk.Printer.Discovery.DiscoveryHandler,Zebra.Sdk.Printer.Discovery.DeviceFilter)">
            <summary>
            Find Bluetooth&#174; devices that are discoverable.
            </summary>
            <remarks>This method will return all devices found, not just Zebra printers.</remarks>
            <param name="discoveryHandler">A <see cref="T:Zebra.Sdk.Printer.Discovery.DiscoveryHandler"/> instance that is used to handle discovery events (e.g. found a printer, errors, discovery finished).</param>
            <param name="deviceFilter">A custom <see cref="T:Zebra.Sdk.Printer.Discovery.DeviceFilter"/> instance used to determine whether or not a discovered device should be ignored.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">For communication or discovery errors.</exception>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.BluetoothDiscoverer.FindPrinters(Zebra.Sdk.Printer.Discovery.DiscoveryHandler,Zebra.Sdk.Printer.Discovery.DeviceFilter,System.Int32)">
            <summary>
            Find Bluetooth&#174; devices that are discoverable.
            </summary>
            <remarks>This method will return all devices found, not just Zebra printers.</remarks>
            <param name="discoveryHandler">A <see cref="T:Zebra.Sdk.Printer.Discovery.DiscoveryHandler"/> instance that is used to handle discovery events (e.g. found a printer, errors, discovery finished).</param>
            <param name="deviceFilter">A custom <see cref="T:Zebra.Sdk.Printer.Discovery.DeviceFilter"/> instance used to determine whether or not a discovered device should be ignored.</param>
            <param name="waitForResponsesTimeout">Time to wait, in milliseconds, before determining that there are no more discovery responses.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">For communication or discovery errors.</exception>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.BluetoothDiscoverer.FindServices(System.String,Zebra.Sdk.Printer.Discovery.ServiceDiscoveryHandler)">
            <summary>
            Find services (ConnectionChannels) that are supported by the device at <c>macAddress</c>.
            </summary>
            <param name="macAddress">MAC address of the device.</param>
            <param name="serviceDiscoveryHandler">A <see cref="T:Zebra.Sdk.Printer.Discovery.ServiceDiscoveryHandler"/> instance that is used to handle service discovery events.</param>
            <exception cref="T:System.ArgumentException">The Bluetooth MAC address is invalid.</exception>
        </member>
        <member name="T:Zebra.Sdk.Printer.Discovery.DeviceFilter">
            <summary>
            DeviceFilter is an interface to allow the user to write custom code to determine whether or not the 
            BluetoothDiscoverer should include a particular BluetoothDevice in it's result set.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.DeviceFilter.ShouldAddPrinter(Windows.Devices.Bluetooth.BluetoothDevice)">
            <summary>
            Method called by a BluetoothDiscoverer to determine whether or not a Bluetooth&#174; device should be added to 
            it's list of discovered devices.
            </summary>
            <param name="device">BluetoothDevice to potentially be added to the list of of discovered Bluetooth&#174; devices.</param>
            <returns>A bool indicating whether or not a particular BluetoothDevice should be added.</returns>
        </member>
        <member name="T:Zebra.Sdk.Printer.Discovery.DiscoveredPrinterBluetooth">
            <summary>
            Instance of DiscoveredPrinter that is returned when performing a Bluetooth&#174; discovery.
            </summary>
        </member>
        <member name="F:Zebra.Sdk.Printer.Discovery.DiscoveredPrinterBluetooth.friendlyName">
            <summary>
            The friendly name of the Bluetooth&#174; device.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.DiscoveredPrinterBluetooth.#ctor(System.String,System.String)">
            <summary>
            Returns an instance of a DiscoveredPrinterBluetooth with <c>macAddress</c>.
            </summary>
            <param name="macAddress">MAC address of the printer.</param>
            <param name="friendlyName">Friendly name of the printer.</param>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.DiscoveredPrinterBluetooth.GetConnection">
            <inheritdoc/>
        </member>
        <member name="T:Zebra.Sdk.Printer.Discovery.DiscoveredPrinterDriver">
            <summary>
            Instance of <see cref="T:Zebra.Sdk.Printer.Discovery.DiscoveredPrinter"/> that is returned when performing a Driver Discovery.
            </summary>
        </member>
        <member name="P:Zebra.Sdk.Printer.Discovery.DiscoveredPrinterDriver.PrinterName">
            <summary>
            Local printer name associated with the driver.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.DiscoveredPrinterDriver.#ctor(System.String,System.String,System.Collections.Generic.List{System.String})">
            <summary>
            Returns an instance of a <see cref="T:Zebra.Sdk.Printer.Discovery.DiscoveredPrinter"/> with <c>printerName</c>, <c>driverName</c>, 
            and <c>portNames</c>.
            </summary>
            <param name="printerName">The printer name.</param>
            <param name="driverName">The name of the ZebraDesigner driver.</param>
            <param name="portNames">The port name.</param>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.DiscoveredPrinterDriver.ToString">
            <summary>
            Returns the name of the printer.
            </summary>
            <returns>The printer name.</returns>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.DiscoveredPrinterDriver.GetConnection">
            <inheritdoc/>
        </member>
        <member name="T:Zebra.Sdk.Printer.Discovery.DiscoveredUsbPrinter">
            <summary>
            Instance of <see cref="T:Zebra.Sdk.Printer.Discovery.DiscoveredPrinter"/> that is returned when performing a search of currently connected Zebra USB printers.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.DiscoveredUsbPrinter.#ctor(System.String)">
            <summary>
            Returns an instance of a <see cref="T:Zebra.Sdk.Printer.Discovery.DiscoveredUsbPrinter"/> built using built using the provided <c>symbolicName</c>.
            </summary>
            <param name="symbolicName">The symbolic name for the printer returned by 
            <see cref="M:Zebra.Sdk.Printer.Discovery.UsbDiscoverer.GetZebraUsbPrinters"/> or <see cref="M:Zebra.Sdk.Printer.Discovery.UsbDiscoverer.GetZebraUsbPrinters(Zebra.Sdk.Printer.Discovery.DiscoveredPrinterFilter)"/>.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">If a connection to the discover USB printer cannot be established.</exception>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.DiscoveredUsbPrinter.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Returns an instance of a <see cref="T:Zebra.Sdk.Printer.Discovery.DiscoveredUsbPrinter"/> built using the provided <c>symbolicName</c> and 
            <c>attributes</c>.
            </summary>
            <param name="symbolicName">The symbolic name for the printer returned by 
            <see cref="M:Zebra.Sdk.Printer.Discovery.UsbDiscoverer.GetZebraUsbPrinters"/> or <see cref="M:Zebra.Sdk.Printer.Discovery.UsbDiscoverer.GetZebraUsbPrinters(Zebra.Sdk.Printer.Discovery.DiscoveredPrinterFilter)"/>.</param>
            <param name="attributes">A map of attributes associated with the discovered USB printer.</param>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">If a connection to the discover USB printer cannot be established.</exception>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.DiscoveredUsbPrinter.GetConnection">
            <inheritdoc/>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.Internal.DiscoveryUtilities.HasCardPrinterModelPrefix(System.String)">
            <exception cref="T:System.ArgumentNullException"/>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.Internal.DiscoveryUtilities.IsCardPrinterCmdId(Zebra.Sdk.Printer.Discovery.DiscoveredPrinter)">
            <exception cref="T:System.ArgumentNullException"/>
        </member>
        <member name="T:Zebra.Sdk.Printer.Discovery.ServiceDiscoveryHandler">
            <summary>
            Interface definition for a callback to be invoked for service discovery events.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.ServiceDiscoveryHandler.FoundService(Zebra.Sdk.Comm.ConnectionChannel)">
            <summary>
            This method is invoked when a service has been discovered. This method will be invoked for each service that is found.
            </summary>
            <param name="channel">A discovered channel.</param>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.ServiceDiscoveryHandler.DiscoveryFinished">
            <summary>
            This method is invoked when discovery is finished.
            </summary>
        </member>
        <member name="T:Zebra.Sdk.Printer.Discovery.UrlPrinterDiscoverer">
            <summary>
            A class used to discover a printer described by a URL. (Windows 10 only)
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.UrlPrinterDiscoverer.FindPrinters(System.String,Zebra.Sdk.Printer.Discovery.DiscoveryHandler)">
            <summary>
            This method will search using a combination of discovery methods to find the printer described by the specified URL. (Windows 10 only)
            </summary>
            <remarks>
            This method will invoke the <see cref="M:Zebra.Sdk.Printer.Discovery.DiscoveryHandler.FoundPrinter(Zebra.Sdk.Printer.Discovery.DiscoveredPrinter)"/> method for each interface that 
            the specified printer is found. <see cref="M:Zebra.Sdk.Printer.Discovery.DiscoveryHandler.DiscoveryFinished"/> will be invoked when the discovery is 
            finished and <see cref="M:Zebra.Sdk.Printer.Discovery.DiscoveryHandler.DiscoveryError(System.String)"/> will be invoked when any errors are encountered during 
            discovery. When <see cref="M:Zebra.Sdk.Printer.Discovery.DiscoveryHandler.DiscoveryError(System.String)"/> is invoked, the discovery will be canceled and 
            <see cref="M:Zebra.Sdk.Printer.Discovery.DiscoveryHandler.DiscoveryFinished"/> will not be invoked.<br/><br/>
            This method will typically be used when reading an NFC tag attached to a Zebra printer. To launch your app when a
            Zebra NFC tag is read:<br/>
            <ul>
            <li>Register to listen for Zebra NFC Tag scans in your application</li>
            <li>Handle the NFC scan in your application</li>
            </ul>
            </remarks>
            <param name="url">The URL describing the targeted printer (Typically, this information is encoded on an NFC tag attached
            to the printer)<br/>
            Example:<br/> 
            "http://www.zebra.com/apps/r/nfc?mBL=00225832C75F&amp;mW=000000000000&amp;mE=000000000000&amp;c=QN3-AUBA0E01-00&amp;s=XXQLJ112600422&amp;v=0"</param>
            <param name="discoveryHandler">A <see cref="T:Zebra.Sdk.Printer.Discovery.DiscoveryHandler"/> instance that is used to handle discovery events (e.g. found a
            printer, errors, discovery finished).</param>
            <exception cref="T:Zebra.Sdk.Printer.Discovery.DiscoveryException">If an error occurs while starting the discovery (errors during discovery will be sent
            via <see cref="M:Zebra.Sdk.Printer.Discovery.DiscoveryHandler.DiscoveryError(System.String)"/>).</exception>
            <example><code source="../SdkApi_Test/Test/Zebra/Sdk/Discovery/Examples/UrlPrinterDiscovererExample.cs"/></example>
        </member>
        <member name="T:Zebra.Sdk.Printer.Discovery.UsbDiscoverer">
            <summary>
            A class used to discover USB connected Zebra printers. Printers can be accessed directly or through a Zebra Designer 
            printer driver if your printer supports the driver.
            </summary>
            <example><code source="../SdkApi_Test/Test/Zebra/Sdk/Discovery/Examples/UsbDiscovererExample.cs"/></example>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.UsbDiscoverer.#ctor">
            <summary>
            A class used to discover USB connected Zebra printers. Printers can be accessed either directly or through a USB 
            printer driver.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.UsbDiscoverer.GetZebraDriverPrinters">
            <summary>
            Enumerate locally installed Zebra Designer Drivers.
            </summary>
            <returns>List of ZebraDesigner drivers installed.</returns>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">If the system is not running the Windows operating system or an error occurs during discovery.</exception>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.UsbDiscoverer.GetZebraUsbPrinters">
            <summary>
            Enumerate all currently connected Zebra USB printers.
            </summary>
            <returns>List of locally connected Zebra USB printers.</returns>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">If the system is not running the Windows operating system or an error occurs during discovery.</exception>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.UsbDiscoverer.GetZebraUsbPrinters(Zebra.Sdk.Printer.Discovery.DiscoveredPrinterFilter)">
            <summary>
            Enumerate currently connected Zebra USB printers that meet the specified DiscoveredPrinterFilter criteria.
            </summary>
            <param name="discoveredPrinterFilter">A custom <see cref="T:Zebra.Sdk.Printer.Discovery.DiscoveredPrinterFilter"/> instance used to determine whether or not a discovered device should be ignored.</param>
            <returns>>List of locally connected Zebra USB printers.</returns>
            <exception cref="T:Zebra.Sdk.Comm.ConnectionException">If the system is not running the Windows operating system or an error occurs during discovery.</exception>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.UsbDiscoverer.PrinterIsOnUsbPort(Zebra.Sdk.Printer.Discovery.DiscoveredPrinterDriver)">
            <summary>
            For Zebra Internal Use Only.
            </summary>
            <param name="discoPrinter"></param>
            <returns></returns>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.UsbDiscoverer.CreateDiscoveredPrinterDriver(System.String)">
            <summary>
            For Zebra Internal Use Only.
            </summary>
            <param name="printer"></param>
            <returns></returns>
        </member>
        <member name="T:Zebra.Sdk.Printer.Discovery.ZebraPrinterFilter">
            <summary>
            DiscoveredPrinterFilter implementation that filters out all unsupported Zebra Printers.
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Printer.Discovery.ZebraPrinterFilter.ShouldAddPrinter(Zebra.Sdk.Printer.Discovery.DiscoveredPrinter)">
            <summary>
            Determines if the <c>discoveredPrinter</c> is a supported Zebra Printer.
            </summary>
            <param name="discoveredPrinter">The discovered printer.</param>
            <returns>True if the discoveredPrinter is a supported Zebra Printer.</returns>
        </member>
        <member name="T:Zebra.Sdk.Remote.Discovery.ConnectionHandlerI">
            <summary>
            Handler class used to notify of connection status
            </summary>
        </member>
        <member name="M:Zebra.Sdk.Remote.Discovery.ConnectionHandlerI.ConnectionEstablished(Zebra.Sdk.Printer.Discovery.DiscoveredPrinter)">
            <summary>
            Called when a printer establishes a connection.
            </summary>
            <param name="printer">Printer which just established a connection.</param>
        </member>
        <member name="M:Zebra.Sdk.Remote.Discovery.ConnectionHandlerI.ConnectionRemoved(Zebra.Sdk.Printer.Discovery.DiscoveredPrinter)">
            <summary>
            Called when a printer goes offline.
            </summary>
            <param name="printer">Printer which just went offline.</param>
        </member>
        <member name="M:Zebra.Sdk.Remote.Discovery.ConnectionHandlerI.RemoveConnectionHandler">
            <summary>
            Removes the Connection handler from the runtime.
            </summary>
        </member>
    </members>
</doc>