public PhoenixProcessor(NetworkStream inNetStream, PMS inPMSInterface) { NetStream = inNetStream; PMSInterface = inPMSInterface; }
public PMSInterfaceFactory() { PMSInterface = new PMSInterfaceStub(); pmsInterfaceType = e_PMSInterfaceType.Stub; }