const char * VixDiskLib_ListTransportModes(void);
Get a list of transport modes known to VixDiskLib. This list is used as the default if you call VixDiskLib_ConnectEx() with transportModes set to NULL.
The list of transport modes is a colon-separated string, "file:san:hotadd:nbd" for example. See VixDiskLib_ConnectEx() for more details.
printf("Choice of transport modes: %s\n", VixDiskLib_ListTransportModes());