Class SyncConnection<DlpStreamT>Abstract

Base class for HotSync connections.

This class is extended by each protocol stack.

Type Parameters

  • DlpStreamT extends Duplex = Duplex

Hierarchy (view full)

Constructors

Properties

dlpConnection: DlpConnection

DLP connection for communicating with the device.

dlpTransportStream: DlpStreamT

Transport stream for reading / writing DLP datagrams, such as a PADP or NetSync stream.

log: Debugger = ...

Logger.

rawStream: Duplex

Raw data stream underlying the DLP stream.

recorder: StreamRecorder = ...

Recorder for the raw stream.

Methods