ConnectionReestablisherReestablishConnection Method
|
Reestablishes a connection to a printer which may have been closed due to an event, like a reboot.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax void ReestablishConnection(
PrinterReconnectionHandler handler
)
Sub ReestablishConnection (
handler As PrinterReconnectionHandler
)
void ReestablishConnection(
PrinterReconnectionHandler^ handler
)
Parameters
- handler PrinterReconnectionHandler
- Handles recreating and opening a connection to a printe.r
Exceptions See Also