ConnectionBuilderAddConnectionType Method
|
Add a connection type to the ConnectionBuilder.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax public static void AddConnectionType(
Object c
)
Public Shared Sub AddConnectionType (
c As Object
)
public:
static void AddConnectionType(
Object^ c
)
Parameters
- c
- Type: SystemObject
Connection class.
See Also