ConnectionBuilderAddConnectionType Method
|
Add a connection type to the ConnectionBuilder.
Namespace: Zebra.Sdk.CommAssemblies: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax public static void AddConnectionType(
Object c
)
Public Shared Sub AddConnectionType (
c As Object
)
public:
static void AddConnectionType(
Object^ c
)
Parameters
- c Object
- Connection class.
See Also