ConnectionBuilderAddConnectionType Method
|
Add a connection type to the ConnectionBuilder.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 4.0.3435
Syntaxpublic 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