CardConnectionReestablisherReestablishConnection Method 
             | 
          
        
         
            Reestablishes a connection to a printer that may have been closed due to an event, like a reboot.
            
 
    Namespace: 
   Zebra.Sdk.Card.Comm
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxvoid ReestablishConnection(
	CardPrinterReconnectionHandler handler
)
Sub ReestablishConnection ( 
	handler As CardPrinterReconnectionHandler
)
void ReestablishConnection(
	CardPrinterReconnectionHandler^ handler
)
Parameters
- handler
 - Type: Zebra.Sdk.Card.PrinterCardPrinterReconnectionHandler
Handles recreating and opening a connection to a printer. 
Exceptions
See Also