Esempio n. 1
0
		public ACBrRFD()
		{
			onCalcEAD = new ACBrEventHandler<OnCalcEADArgs, ACBrRFDInterop.OnCalcEADCallback>(this, OnCalcEADCallback, ACBrRFDInterop.RFD_SetOnCalcEAD);
			onCalcHashLog = new ACBrEventHandler<OnCalcHashLogArgs, ACBrRFDInterop.OnCalcHashLogCallback>(this, OnCalcHashLogCallback, ACBrRFDInterop.RFD_SetOnCalcHashLog);
			onGetKeyHashLog = new ACBrEventHandler<ChaveEventArgs, ACBrRFDInterop.OnGetKeyCallback>(this, OnGetKeyHashLogCallback, ACBrRFDInterop.RFD_SetOnGetKeyHashLog);
			onGetKeyRSA = new ACBrEventHandler<ChaveEventArgs, ACBrRFDInterop.OnGetKeyCallback>(this, OnGetKeyRSACallback, ACBrRFDInterop.RFD_SetOnGetKeyRSA);
		}
Esempio n. 2
0
 public ACBrRFD()
 {
     onCalcEAD       = new ACBrEventHandler <OnCalcEADArgs, ACBrRFDInterop.OnCalcEADCallback>(this, OnCalcEADCallback, ACBrRFDInterop.RFD_SetOnCalcEAD);
     onCalcHashLog   = new ACBrEventHandler <OnCalcHashLogArgs, ACBrRFDInterop.OnCalcHashLogCallback>(this, OnCalcHashLogCallback, ACBrRFDInterop.RFD_SetOnCalcHashLog);
     onGetKeyHashLog = new ACBrEventHandler <ChaveEventArgs, ACBrRFDInterop.OnGetKeyCallback>(this, OnGetKeyHashLogCallback, ACBrRFDInterop.RFD_SetOnGetKeyHashLog);
     onGetKeyRSA     = new ACBrEventHandler <ChaveEventArgs, ACBrRFDInterop.OnGetKeyCallback>(this, OnGetKeyRSACallback, ACBrRFDInterop.RFD_SetOnGetKeyRSA);
 }
Esempio n. 3
0
 public ACBrAAC()
 {
     onAntesAbrirArquivo  = new ACBrEventHandler <AntesArquivoEventArgs, ACBrAACInterop.AntesArquivoCallback>(this, OnAntesAbrirArquivoCallBack, ACBrAACInterop.AAC_SetOnAntesAbrirArquivo);
     onAntesGravarArquivo = new ACBrEventHandler <AntesArquivoEventArgs, ACBrAACInterop.AntesArquivoCallback>(this, OnAntesGravarArquivoCallBack, ACBrAACInterop.AAC_SetAntesGravarArquivo);
     onCrypt                     = new ACBrEventHandler <CryptEventArgs, ACBrAACInterop.CryptCallback>(this, OnCryptCallBack, ACBrAACInterop.AAC_SetOnCrypt);
     onDeCrypt                   = new ACBrEventHandler <DecryptEventArgs, ACBrAACInterop.CryptCallback>(this, OnDeCryptCallBack, ACBrAACInterop.AAC_SetOnDeCrypt);
     onDepoisAbrirArquivo        = new ACBrEventHandler <ACBrAACInterop.NoArgumentsCallback>(this, OnDepoisAbrirArquivoCallBack, ACBrAACInterop.AAC_SetOnDepoisAbrirArquivo);
     onDepoisGravarArquivo       = new ACBrEventHandler <ACBrAACInterop.NoArgumentsCallback>(this, OnDepoisGravarArquivoCallBack, ACBrAACInterop.AAC_SetOnDepoisGravarArquivo);
     onGetChave                  = new ACBrEventHandler <ChaveEventArgs, ACBrAACInterop.OnGetChaveCallback>(this, OnGetChaveCallBack, ACBrAACInterop.AAC_SetOnGetChave);
     onVerificarRecomporNumSerie = new ACBrEventHandler <VerificarRecomporNumSerieEventArgs, ACBrAACInterop.VerificarRecomporNumSerieCallback>(this, OnVerificarRecomporNumSerieCallBack, ACBrAACInterop.AAC_SetVerificarRecomporNumSerie);
     onVerificarRecomporValorGT  = new ACBrEventHandler <VerificarRecomporValorGTEventArgs, ACBrAACInterop.VerificarRecomporValorGTCallback>(this, OnVerificarRecomporValorGTCallBack, ACBrAACInterop.AAC_SetVerificarRecomporValorGT);
 }
Esempio n. 4
0
 public ACBrTEFD()
 {
     onAguardaResp             = new ACBrEventHandler <AguardaRespEventArgs, ACBrTEFInterop.AguardaRespCallback>(this, OnAguardaRespCallback, ACBrTEFInterop.TEF_SetOnAguardaResp);
     onExibeMensagem           = new ACBrEventHandler <ExibeMensagemEventArgs, ACBrTEFInterop.ExibeMsgCallback>(this, OnExibeMensagemCallback, ACBrTEFInterop.TEF_SetOnExibeMsg);
     onBloqueiaMouseTeclado    = new ACBrEventHandler <BloqueiaMouseTecladoEventArgs, ACBrTEFInterop.BloqueiaMouseTecladoCallback>(this, OnBloqueiaMouseTecladoCallback, ACBrTEFInterop.TEF_SetOnBloqueiaMouseTeclado);
     onRestauraFocoAplicacao   = new ACBrEventHandler <ExecutaAcaoEventArgs, ACBrTEFInterop.ExecutaAcaoCallback>(this, OnRestauraFocoAplicacaoCallback, ACBrTEFInterop.TEF_SetOnRestauraFocoAplicacao);
     onLimpaTeclado            = new ACBrEventHandler <ExecutaAcaoEventArgs, ACBrTEFInterop.ExecutaAcaoCallback>(this, OnLimpaTecladoCallback, ACBrTEFInterop.TEF_SetOnRestauraFocoAplicacao);
     onComandaECF              = new ACBrEventHandler <ComandaECFEventArgs, ACBrTEFInterop.ComandaECFCallback>(this, OnComandaECFCallback, ACBrTEFInterop.TEF_SetOnComandaECF);
     onComandaECFSubtotaliza   = new ACBrEventHandler <ComandaECFSubtotalizaEventArgs, ACBrTEFInterop.ComandaECFSubtotalizaCallback>(this, OnComandaECFSubtotalizaCallback, ACBrTEFInterop.TEF_SetOnComandaECFSubtotaliza);
     onComandaECFPagamento     = new ACBrEventHandler <ComandaECFPagamentoEventArgs, ACBrTEFInterop.ComandaECFPagamentoCallback>(this, OnComandaECFPagamentoCallback, ACBrTEFInterop.TEF_SetOnComandaECFPagamento);
     onComandaECFAbreVinculado = new ACBrEventHandler <ComandaECFAbreVinculadoEventArgs, ACBrTEFInterop.ComandaECFAbreVinculadoCallback>(this, OnComandaECFAbreVinculadoCallback, ACBrTEFInterop.TEF_SetOnComandaECFAbreVinculado);
     onComandaECFImprimeVia    = new ACBrEventHandler <ComandaECFImprimeViaEventArgs, ACBrTEFInterop.ComandaECFImprimeViaCallback>(this, OnComandaECFImprimeViaCallback, ACBrTEFInterop.TEF_SetOnComandaECFImprimeVia);
     onInfoECF = new ACBrEventHandler <InfoECFEventArgs, ACBrTEFInterop.InfoECFCallback>(this, OnInfoECFCallback, ACBrTEFInterop.TEF_SetOnInfoECF);
     onAntesFinalizarRequisicao  = new ACBrEventHandler <AntesFinalizarRequisicaoEventArgs, ACBrTEFInterop.AntesFinalizarRequisicaoCallback>(this, OnAntesFinalizarRequisicaoCallback, ACBrTEFInterop.TEF_SetOnAntesFinalizarRequisicao);
     onDepoisConfirmarTransacoes = new ACBrEventHandler <DepoisConfirmarTransacoesEventArgs, ACBrTEFInterop.DepoisConfirmarTransacoesCallback>(this, OnDepoisConfirmarTransacoesCallback, ACBrTEFInterop.TEF_SetOnDepoisConfirmarTransacoes);
     onAntesCancelarTransacao    = new ACBrEventHandler <AntesCancelarTransacaoEventArgs, ACBrTEFInterop.AntesCancelarTransacaoCallback>(this, OnAntesCancelarTransacaoCallback, ACBrTEFInterop.TEF_SetOnAntesCancelarTransacao);
     onDepoisCancelarTransacoes  = new ACBrEventHandler <DepoisCancelarTransacoesEventArgs, ACBrTEFInterop.DepoisCancelarTransacoesCallback>(this, OnDepoisCancelarTransacoesCallback, ACBrTEFInterop.TEF_SetOnDepoisCancelarTransacoes);
     onMudaEstadoReq             = new ACBrEventHandler <MudaEstadoReqEventArgs, ACBrTEFInterop.MudaEstadoReqCallback>(this, OnMudaEstadoReqCallback, ACBrTEFInterop.TEF_SetOnMudaEstadoReq);
     onMudaEstadoResp            = new ACBrEventHandler <MudaEstadoRespEventArgs, ACBrTEFInterop.MudaEstadoRespCallback>(this, OnMudaEstadoRespCallback, ACBrTEFInterop.TEF_SetOnMudaEstadoResp);
 }
Esempio n. 5
0
 public ACBrBAL()
 {
     onLePeso = new ACBrEventHandler <LePesoEventArgs, ACBrBALInterop.LePesoCallback>(this, OnLePesoCallback, ACBrBALInterop.BAL_SetOnLePeso);
 }
Esempio n. 6
0
		public ACBrIBGE()
		{
			onBuscaEfetuada = new ACBrEventHandler<ACBrIBGEInterop.OnBuscaEfetuadaCallback>(this, OnBuscaEfetuadaCallback, ACBrIBGEInterop.IBGE_SetOnBuscaEfetuada);
		}
Esempio n. 7
0
		public ACBrEAD()
		{
			onGetChavePrivada = new ACBrEventHandler<ChaveEventArgs, ACBrEADInterop.GetChavePrivadaCallback>(this, OnGetChavePrivadaCallBack, ACBrEADInterop.EAD_SetOnGetChavePrivada);
			onGetChavePublica = new ACBrEventHandler<ChaveEventArgs, ACBrEADInterop.GetChavePublicaCallback>(this, OnGetChavePublicaCallBack, ACBrEADInterop.EAD_SetOnGetChavePublica);
		}
Esempio n. 8
0
 public ACBrDIS()
 {
     onAtualiza = new ACBrEventHandler <AtualizaEventArgs, ACBrDISInterop.AtualizaCallback>(this, OnAtualizaCallback, ACBrDISInterop.DIS_SetOnAtualiza);
 }
Esempio n. 9
0
		public ACBrCEP()
		{
			onBuscaEfetuada = new ACBrEventHandler<ACBrCEPInterop.NoArgumentCallback>(this, OnBuscaEfetuadaCallback, ACBrCEPInterop.CEP_SetOnBuscaEfetuada);
			onAntesAbrirHTTP = new ACBrEventHandler<AntesAbrirHTTPEventArgs, ACBrCEPInterop.AntesAbrirHTTPCallback>(this, OnAntesAbrirHTTPCallback, ACBrCEPInterop.CEP_SetOnAntesAbrirHTTP);
		}
Esempio n. 10
0
 public ACBrECF()
 {
     onMsgPoucoPapel = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnMsgPoucoPapelCallback, ACBrECFInterop.ECF_SetOnMsgPoucoPapel);
     onAguardandoRespostaChange = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnAguardandoRespostaChangeCallback, ACBrECFInterop.ECF_SetOnAguardandoRespostaChange);
     onAntesAbreCupom = new ACBrEventHandler<AbreCupomEventArgs, ACBrECFInterop.AbreCupomCallback>(this, OnAntesAbreCupomCallback, ACBrECFInterop.ECF_SetOnAntesAbreCupom);
     onAntesAbreCupomVinculado = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnAntesAbreCupomVinculadoCallback, ACBrECFInterop.ECF_SetOnAntesAbreCupomVinculado);
     onAntesAbreNaoFiscal = new ACBrEventHandler<AbreCupomEventArgs, ACBrECFInterop.AbreCupomCallback>(this, OnAntesAbreNaoFiscalCallback, ACBrECFInterop.ECF_SetOnAntesAbreNaoFiscal);
     onAntesAbreRelatorioGerencial = new ACBrEventHandler<RelatorioGerencialEventArgs, ACBrECFInterop.RelatorioGerencialCallback>(this, OnAntesAbreRelatorioGerencialCallback, ACBrECFInterop.ECF_SetOnAntesAbreRelatorioGerencial);
     onAntesCancelaCupom = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnAntesCancelaCupomCallback, ACBrECFInterop.ECF_SetOnAntesCancelaCupom);
     onAntesCancelaItemNaoFiscal = new ACBrEventHandler<CancelaItemEventArgs, ACBrECFInterop.CancelaItemCallback>(this, OnAntesCancelaItemNaoFiscalCallback, ACBrECFInterop.ECF_SetOnAntesCancelaItemNaoFiscal);
     onAntesCancelaItemVendido = new ACBrEventHandler<CancelaItemEventArgs, ACBrECFInterop.CancelaItemCallback>(this, OnAntesCancelaItemVendidoCallback, ACBrECFInterop.ECF_SetOnAntesCancelaItemVendido);
     onAntesCancelaNaoFiscal = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnAntesCancelaNaoFiscalCallback, ACBrECFInterop.ECF_SetOnAntesCancelaNaoFiscal);
     onAntesEfetuaPagamento = new ACBrEventHandler<EfetuaPagamentoEventArgs, ACBrECFInterop.EfetuaPagamentoCallback>(this, OnAntesEfetuaPagamentoCallback, ACBrECFInterop.ECF_SetOnAntesEfetuaPagamento);
     onAntesEfetuaPagamentoNaoFiscal = new ACBrEventHandler<EfetuaPagamentoEventArgs, ACBrECFInterop.EfetuaPagamentoCallback>(this, OnAntesEfetuaPagamentoNaoFiscalCallback, ACBrECFInterop.ECF_SetOnAntesEfetuaPagamentoNaoFiscal);
     onAntesFechaCupom = new ACBrEventHandler<FechaCupomEventArgs, ACBrECFInterop.FechaCupomCallback>(this, OnAntesFechaCupomCallback, ACBrECFInterop.ECF_SetOnAntesFechaCupom);
     onAntesFechaNaoFiscal = new ACBrEventHandler<FechaCupomEventArgs, ACBrECFInterop.FechaCupomCallback>(this, OnAntesFechaNaoFiscalCallback, ACBrECFInterop.ECF_SetOnAntesFechaNaoFiscal);
     onAntesFechaRelatorio = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnAntesFechaRelatorioCallback, ACBrECFInterop.ECF_SetOnAntesFechaRelatorio);
     onAntesLeituraX = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnAntesLeituraXCallback, ACBrECFInterop.ECF_SetOnAntesLeituraX);
     onAntesReducaoZ = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnAntesReducaoZCallback, ACBrECFInterop.ECF_SetOnAntesReducaoZ);
     onAntesSangria = new ACBrEventHandler<SangriaSuprimentoEventArgs, ACBrECFInterop.SangriaSuprimentoCallback>(this, OnAntesSangriaCallback, ACBrECFInterop.ECF_SetOnAntesSangria);
     onAntesSubtotalizaCupom = new ACBrEventHandler<SubtotalizaCupomEventArgs, ACBrECFInterop.SubtotalizaCupomCallback>(this, OnAntesSubtotalizaCupomCallback, ACBrECFInterop.ECF_SetOnAntesSubtotalizaCupom);
     onAntesSubtotalizaNaoFiscal = new ACBrEventHandler<SubtotalizaCupomEventArgs, ACBrECFInterop.SubtotalizaCupomCallback>(this, OnAntesSubtotalizaNaoFiscalCallback, ACBrECFInterop.ECF_SetOnAntesSubtotalizaCupom);
     onAntesSuprimento = new ACBrEventHandler<SangriaSuprimentoEventArgs, ACBrECFInterop.SangriaSuprimentoCallback>(this, OnAntesSuprimentoCallback, ACBrECFInterop.ECF_SetOnAntesSuprimento);
     onAntesVendeItem = new ACBrEventHandler<VendeItemEventArgs, ACBrECFInterop.VendeItemCallback>(this, OnAntesVendeItemCallback, ACBrECFInterop.ECF_SetOnAntesVendeItem);
     onBobinaAdicionaLinhas = new ACBrEventHandler<BobinaAdicionaLinhasEventArgs, ACBrECFInterop.BobinaAdicionaLinhasCallback>(this, OnBobinaAdicionaLinhasCallback, ACBrECFInterop.ECF_SetOnBobinaAdicionaLinhas);
     onChangeEstado = new ACBrEventHandler<ChangeEstadoEventArgs, ACBrECFInterop.ChangeEstadoCallback>(this, OnChangeEstadoCallback, ACBrECFInterop.ECF_SetOnChangeEstado);
     onChequeEstado = new ACBrEventHandler<ChequeEstadoEventArgs, ACBrECFInterop.ChequeEstadoCallback>(this, OnChequeEstadoCallback, ACBrECFInterop.ECF_SetOnChequeEstado);
     onDepoisAbreCupom = new ACBrEventHandler<AbreCupomEventArgs, ACBrECFInterop.AbreCupomCallback>(this, OnDepoisAbreCupomCallback, ACBrECFInterop.ECF_SetOnDepoisAbreCupom);
     onDepoisAbreCupomVinculado = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnDepoisAbreCupomVinculadoCallback, ACBrECFInterop.ECF_SetOnDepoisAbreCupomVinculado);
     onDepoisAbreNaoFiscal = new ACBrEventHandler<AbreCupomEventArgs, ACBrECFInterop.AbreCupomCallback>(this, OnDepoisAbreNaoFiscalCallback, ACBrECFInterop.ECF_SetOnDepoisAbreNaoFiscal);
     onDepoisAbreRelatorioGerencial = new ACBrEventHandler<RelatorioGerencialEventArgs, ACBrECFInterop.RelatorioGerencialCallback>(this, OnDepoisAbreRelatorioGerencialCallback, ACBrECFInterop.ECF_SetOnDepoisAbreRelatorioGerencial);
     onDepoisCancelaCupom = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnDepoisCancelaCupomCallback, ACBrECFInterop.ECF_SetOnDepoisCancelaCupom);
     onDepoisCancelaItemNaoFiscal = new ACBrEventHandler<CancelaItemEventArgs, ACBrECFInterop.CancelaItemCallback>(this, OnDepoisCancelaItemNaoFiscalCallback, ACBrECFInterop.ECF_SetOnDepoisCancelaItemNaoFiscal);
     onDepoisCancelaItemVendido = new ACBrEventHandler<CancelaItemEventArgs, ACBrECFInterop.CancelaItemCallback>(this, OnDepoisCancelaItemVendidoCallback, ACBrECFInterop.ECF_SetOnDepoisCancelaItemVendido);
     onDepoisCancelaNaoFiscal = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnDepoisCancelaNaoFiscalCallback, ACBrECFInterop.ECF_SetOnDepoisCancelaNaoFiscal);
     onDepoisEfetuaPagamento = new ACBrEventHandler<EfetuaPagamentoEventArgs, ACBrECFInterop.EfetuaPagamentoCallback>(this, OnDepoisEfetuaPagamentoCallback, ACBrECFInterop.ECF_SetOnDepoisEfetuaPagamento);
     onDepoisEfetuaPagamentoNaoFiscal = new ACBrEventHandler<EfetuaPagamentoEventArgs, ACBrECFInterop.EfetuaPagamentoCallback>(this, OnDepoisEfetuaPagamentoNaoFiscalCallback, ACBrECFInterop.ECF_SetOnDepoisEfetuaPagamentoNaoFiscal);
     onDepoisFechaCupom = new ACBrEventHandler<FechaCupomEventArgs, ACBrECFInterop.FechaCupomCallback>(this, OnDepoisFechaCupomCallback, ACBrECFInterop.ECF_SetOnDepoisFechaCupom);
     onDepoisFechaNaoFiscal = new ACBrEventHandler<FechaCupomEventArgs, ACBrECFInterop.FechaCupomCallback>(this, OnDepoisFechaNaoFiscalCallback, ACBrECFInterop.ECF_SetOnDepoisFechaNaoFiscal);
     onDepoisFechaRelatorio = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnDepoisFechaRelatorioCallback, ACBrECFInterop.ECF_SetOnDepoisFechaRelatorio);
     onDepoisLeituraX = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnDepoisLeituraXCallback, ACBrECFInterop.ECF_SetOnDepoisLeituraX);
     onDepoisReducaoZ = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnDepoisReducaoZCallback, ACBrECFInterop.ECF_SetOnDepoisReducaoZ);
     onDepoisSangria = new ACBrEventHandler<SangriaSuprimentoEventArgs, ACBrECFInterop.SangriaSuprimentoCallback>(this, OnDepoisSangriaCallback, ACBrECFInterop.ECF_SetOnDepoisSangria);
     onDepoisSubtotalizaCupom = new ACBrEventHandler<SubtotalizaCupomEventArgs, ACBrECFInterop.SubtotalizaCupomCallback>(this, OnDepoisSubtotalizaCupomCallback, ACBrECFInterop.ECF_SetOnDepoisSubtotalizaCupom);
     onDepoisSubtotalizaNaoFiscal = new ACBrEventHandler<SubtotalizaCupomEventArgs, ACBrECFInterop.SubtotalizaCupomCallback>(this, OnDepoisSubtotalizaNaoFiscalCallback, ACBrECFInterop.ECF_SetOnDepoisSubtotalizaCupom);
     onDepoisSuprimento = new ACBrEventHandler<SangriaSuprimentoEventArgs, ACBrECFInterop.SangriaSuprimentoCallback>(this, OnDepoisSuprimentoCallback, ACBrECFInterop.ECF_SetOnDepoisSuprimento);
     onDepoisVendeItem = new ACBrEventHandler<VendeItemEventArgs, ACBrECFInterop.VendeItemCallback>(this, OnDepoisVendeItemCallback, ACBrECFInterop.ECF_SetOnDepoisVendeItem);
     onErrorAbreCupom = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorAbreCupomCallback, ACBrECFInterop.ECF_SetOnErrorAbreCupom);
     onErrorAbreCupomVinculado = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorAbreCupomVinculadoCallback, ACBrECFInterop.ECF_SetOnErrorAbreCupomVinculado);
     onErrorAbreNaoFiscal = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorAbreNaoFiscalCallback, ACBrECFInterop.ECF_SetOnErrorAbreNaoFiscal);
     onErrorAbreRelatorioGerencial = new ACBrEventHandler<ErrorRelatorioEventArgs, ACBrECFInterop.ErrorRelatorioCallback>(this, OnErrorAbreRelatorioGerencialCallback, ACBrECFInterop.ECF_SetOnErrorAbreRelatorioGerencial);
     onErrorCancelaCupom = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorCancelaCupomCallback, ACBrECFInterop.ECF_SetOnErrorCancelaCupom);
     onErrorCancelaItemNaoFiscal = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorCancelaItemNaoFiscalCallback, ACBrECFInterop.ECF_SetOnErrorCancelaItemNaoFiscal);
     onErrorCancelaItemVendido = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorCancelaItemVendidoCallback, ACBrECFInterop.ECF_SetOnErrorCancelaItemVendido);
     onErrorCancelaNaoFiscal = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorCancelaNaoFiscalCallback, ACBrECFInterop.ECF_SetOnErrorCancelaNaoFiscal);
     onErrorEfetuaPagamento = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorEfetuaPagamentoCallback, ACBrECFInterop.ECF_SetOnErrorEfetuaPagamento);
     onErrorEfetuaPagamentoNaoFiscal = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorEfetuaPagamentoNaoFiscalCallback, ACBrECFInterop.ECF_SetOnErrorEfetuaPagamentoNaoFiscal);
     onErrorFechaCupom = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorFechaCupomCallback, ACBrECFInterop.ECF_SetOnErrorFechaCupom);
     onErrorFechaNaoFiscal = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorFechaNaoFiscalCallback, ACBrECFInterop.ECF_SetOnErrorFechaNaoFiscal);
     onErrorFechaRelatorio = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorFechaRelatorioCallback, ACBrECFInterop.ECF_SetOnErrorFechaRelatorio);
     onErrorLeituraX = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorLeituraXCallback, ACBrECFInterop.ECF_SetOnErrorLeituraX);
     onErrorReducaoZ = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorReducaoZCallback, ACBrECFInterop.ECF_SetOnErrorReducaoZ);
     onErrorSangria = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorSangriaCallback, ACBrECFInterop.ECF_SetOnErrorSangria);
     onErrorSemPapel = new ACBrEventHandler<ACBrECFInterop.Callback>(this, OnErrorSemPapelCallback, ACBrECFInterop.ECF_SetOnErrorSemPapel);
     onErrorSubtotalizaCupom = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorSubtotalizaCupomCallback, ACBrECFInterop.ECF_SetOnErrorSubtotalizaCupom);
     onErrorSubtotalizaNaoFiscal = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorSubtotalizaNaoFiscalCallback, ACBrECFInterop.ECF_SetOnErrorSubtotalizaCupom);
     onErrorSuprimento = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorSuprimentoCallback, ACBrECFInterop.ECF_SetOnErrorSuprimento);
     onErrorVendeItem = new ACBrEventHandler<ErrorEventArgs, ACBrECFInterop.ErrorCallback>(this, OnErrorVendeItemCallback, ACBrECFInterop.ECF_SetOnErrorVendeItem);
     onMsgAguarde = new ACBrEventHandler<MsgEventArgs, ACBrECFInterop.MsgCallback>(this, OnMsgAguardeCallback, ACBrECFInterop.ECF_SetOnMsgAguarde);
     onMsgRetentar = new ACBrEventHandler<MsgRetentarEventArgs, ACBrECFInterop.MsgRetentarCallback>(this, OnMsgRetentarCallback, ACBrECFInterop.ECF_SetOnMsgRetentar);
     onPAFCalcEAD = new ACBrEventHandler<PAFCalcEADEventArgs, ACBrECFInterop.PAFCalcEADCallback>(this, OnPAFCalcEADCallback, ACBrECFInterop.ECF_SetOnPAFCalcEAD);
     onPAFGetKeyRSA = new ACBrEventHandler<ChaveEventArgs, ACBrECFInterop.ChaveCallback>(this, OnPAFGetKeyRSACallback, ACBrECFInterop.ECF_SetOnPAFGetKeyRSA);
 }
Esempio n. 11
0
		public ACBrValidador()
		{
			onMsgErro = new ACBrEventHandler<OnMsgErroEventArgs, ACBrValidadorInterop.OnMsgErroCallback>(this, OnMsgErroCallback, ACBrValidadorInterop.VAL_SetOnMsgErro);
		}
Esempio n. 12
0
 public ACBrEAD()
 {
     onGetChavePrivada = new ACBrEventHandler <ChaveEventArgs, ACBrEADInterop.GetChavePrivadaCallback>(this, OnGetChavePrivadaCallBack, ACBrEADInterop.EAD_SetOnGetChavePrivada);
     onGetChavePublica = new ACBrEventHandler <ChaveEventArgs, ACBrEADInterop.GetChavePublicaCallback>(this, OnGetChavePublicaCallBack, ACBrEADInterop.EAD_SetOnGetChavePublica);
 }
Esempio n. 13
0
		public ACBrTEFD()
		{
			onAguardaResp = new ACBrEventHandler<AguardaRespEventArgs, ACBrTEFInterop.AguardaRespCallback>(this, OnAguardaRespCallback, ACBrTEFInterop.TEF_SetOnAguardaResp);
			onExibeMensagem = new ACBrEventHandler<ExibeMensagemEventArgs, ACBrTEFInterop.ExibeMsgCallback>(this, OnExibeMensagemCallback, ACBrTEFInterop.TEF_SetOnExibeMsg);
			onBloqueiaMouseTeclado = new ACBrEventHandler<BloqueiaMouseTecladoEventArgs, ACBrTEFInterop.BloqueiaMouseTecladoCallback>(this, OnBloqueiaMouseTecladoCallback, ACBrTEFInterop.TEF_SetOnBloqueiaMouseTeclado);
			onRestauraFocoAplicacao = new ACBrEventHandler<ExecutaAcaoEventArgs, ACBrTEFInterop.ExecutaAcaoCallback>(this, OnRestauraFocoAplicacaoCallback, ACBrTEFInterop.TEF_SetOnRestauraFocoAplicacao);
			onLimpaTeclado = new ACBrEventHandler<ExecutaAcaoEventArgs, ACBrTEFInterop.ExecutaAcaoCallback>(this, OnLimpaTecladoCallback, ACBrTEFInterop.TEF_SetOnRestauraFocoAplicacao);
			onComandaECF = new ACBrEventHandler<ComandaECFEventArgs, ACBrTEFInterop.ComandaECFCallback>(this, OnComandaECFCallback, ACBrTEFInterop.TEF_SetOnComandaECF);
			onComandaECFSubtotaliza = new ACBrEventHandler<ComandaECFSubtotalizaEventArgs, ACBrTEFInterop.ComandaECFSubtotalizaCallback>(this, OnComandaECFSubtotalizaCallback, ACBrTEFInterop.TEF_SetOnComandaECFSubtotaliza);
			onComandaECFPagamento = new ACBrEventHandler<ComandaECFPagamentoEventArgs, ACBrTEFInterop.ComandaECFPagamentoCallback>(this, OnComandaECFPagamentoCallback, ACBrTEFInterop.TEF_SetOnComandaECFPagamento);
			onComandaECFAbreVinculado = new ACBrEventHandler<ComandaECFAbreVinculadoEventArgs, ACBrTEFInterop.ComandaECFAbreVinculadoCallback>(this, OnComandaECFAbreVinculadoCallback, ACBrTEFInterop.TEF_SetOnComandaECFAbreVinculado);
			onComandaECFImprimeVia = new ACBrEventHandler<ComandaECFImprimeViaEventArgs, ACBrTEFInterop.ComandaECFImprimeViaCallback>(this, OnComandaECFImprimeViaCallback, ACBrTEFInterop.TEF_SetOnComandaECFImprimeVia);
			onInfoECF = new ACBrEventHandler<InfoECFEventArgs, ACBrTEFInterop.InfoECFCallback>(this, OnInfoECFCallback, ACBrTEFInterop.TEF_SetOnInfoECF);
			onAntesFinalizarRequisicao = new ACBrEventHandler<AntesFinalizarRequisicaoEventArgs, ACBrTEFInterop.AntesFinalizarRequisicaoCallback>(this, OnAntesFinalizarRequisicaoCallback, ACBrTEFInterop.TEF_SetOnAntesFinalizarRequisicao);
			onDepoisConfirmarTransacoes = new ACBrEventHandler<DepoisConfirmarTransacoesEventArgs, ACBrTEFInterop.DepoisConfirmarTransacoesCallback>(this, OnDepoisConfirmarTransacoesCallback, ACBrTEFInterop.TEF_SetOnDepoisConfirmarTransacoes);
			onAntesCancelarTransacao = new ACBrEventHandler<AntesCancelarTransacaoEventArgs, ACBrTEFInterop.AntesCancelarTransacaoCallback>(this, OnAntesCancelarTransacaoCallback, ACBrTEFInterop.TEF_SetOnAntesCancelarTransacao);
			onDepoisCancelarTransacoes = new ACBrEventHandler<DepoisCancelarTransacoesEventArgs, ACBrTEFInterop.DepoisCancelarTransacoesCallback>(this, OnDepoisCancelarTransacoesCallback, ACBrTEFInterop.TEF_SetOnDepoisCancelarTransacoes);
			onMudaEstadoReq = new ACBrEventHandler<MudaEstadoReqEventArgs, ACBrTEFInterop.MudaEstadoReqCallback>(this, OnMudaEstadoReqCallback, ACBrTEFInterop.TEF_SetOnMudaEstadoReq);
			onMudaEstadoResp = new ACBrEventHandler<MudaEstadoRespEventArgs, ACBrTEFInterop.MudaEstadoRespCallback>(this, OnMudaEstadoRespCallback, ACBrTEFInterop.TEF_SetOnMudaEstadoResp);
		}
Esempio n. 14
0
 internal TefCliSiTef(ACBrComponent parent)
     : base(parent)
 {
     onExibeMenu  = new ACBrEventHandler <TEFCliSiTefExibeMenuEventArgs, ACBrTEFInterop.TEFCliSiTefExibeMenuCallback>(this, OnTEFCliSiTefExibeMenuCallback, ACBrTEFInterop.TEF_TEFCliSiTef_SetOnExibeMenu);
     onObtemCampo = new ACBrEventHandler <TEFCliSiTefObtemCampoEventArgs, ACBrTEFInterop.TEFCliSiTefObtemCampoCalback>(this, OnTEFCliSiTefObtemCampoCalback, ACBrTEFInterop.TEF_TEFCliSiTef_SetOnObtemCampo);
 }
Esempio n. 15
0
		public ACBrLCB()
		{
			onLeCodigo = new ACBrEventHandler<ACBrLCBInterop.LeCodigoCallback>(this, OnLeCodigoCallback, ACBrLCBInterop.LCB_SetOnLeCodigo);
		}
Esempio n. 16
0
		public ACBrBAL()
		{
			onLePeso = new ACBrEventHandler<LePesoEventArgs, ACBrBALInterop.LePesoCallback>(this, OnLePesoCallback, ACBrBALInterop.BAL_SetOnLePeso);
		}
Esempio n. 17
0
 internal TEFVeSPague(ACBrComponent parent)
     : base(parent)
 {
     onExibeMenu  = new ACBrEventHandler <TEFVeSPagueExibeMenuEventArgs, ACBrTEFInterop.TEFVeSPagueExibeMenuCallback>(this, OnTEFVeSPagueExibeMenuCallback, ACBrTEFInterop.TEF_TEFVeSPague_SetOnExibeMenu);
     onObtemCampo = new ACBrEventHandler <TEFVeSPagueObtemCampoEventArgs, ACBrTEFInterop.TEFVeSPagueObtemCampoCalback>(this, OnTEFVeSPagueObtemCampoCalback, ACBrTEFInterop.TEF_TEFVeSPague_SetOnObtemCampo);
 }
Esempio n. 18
0
 public ACBrPAF()
 {
     onPafGetKeyRsa = new ACBrEventHandler <ChaveEventArgs, ACBrPAFInterop.PAFGetKeyRSACallback>(this, OnPafGetKeyRsaCallBack, ACBrPAFInterop.PAF_SetOnPAFGetKeyRSA);
 }
Esempio n. 19
0
 public ACBrLFD()
 {
     onError = new ACBrEventHandler <ErrorEventArgs, ACBrLFDInterop.StringCallback>(this, OnErrorCallback, ACBrLFDInterop.LFD_SetOnError);
 }
Esempio n. 20
0
		public ACBrAAC()
		{
			onAntesAbrirArquivo = new ACBrEventHandler<AntesArquivoEventArgs, ACBrAACInterop.AntesArquivoCallback>(this, OnAntesAbrirArquivoCallBack, ACBrAACInterop.AAC_SetOnAntesAbrirArquivo);
			onAntesGravarArquivo = new ACBrEventHandler<AntesArquivoEventArgs, ACBrAACInterop.AntesArquivoCallback>(this, OnAntesGravarArquivoCallBack, ACBrAACInterop.AAC_SetAntesGravarArquivo);
			onCrypt = new ACBrEventHandler<CryptEventArgs, ACBrAACInterop.CryptCallback>(this, OnCryptCallBack, ACBrAACInterop.AAC_SetOnCrypt);
			onDeCrypt = new ACBrEventHandler<DecryptEventArgs, ACBrAACInterop.CryptCallback>(this, OnDeCryptCallBack, ACBrAACInterop.AAC_SetOnDeCrypt);
			onDepoisAbrirArquivo = new ACBrEventHandler<ACBrAACInterop.NoArgumentsCallback>(this, OnDepoisAbrirArquivoCallBack, ACBrAACInterop.AAC_SetOnDepoisAbrirArquivo);
			onDepoisGravarArquivo = new ACBrEventHandler<ACBrAACInterop.NoArgumentsCallback>(this, OnDepoisGravarArquivoCallBack, ACBrAACInterop.AAC_SetOnDepoisGravarArquivo);
			onGetChave = new ACBrEventHandler<ChaveEventArgs, ACBrAACInterop.OnGetChaveCallback>(this, OnGetChaveCallBack, ACBrAACInterop.AAC_SetOnGetChave);
			onVerificarRecomporNumSerie = new ACBrEventHandler<VerificarRecomporNumSerieEventArgs, ACBrAACInterop.VerificarRecomporNumSerieCallback>(this, OnVerificarRecomporNumSerieCallBack, ACBrAACInterop.AAC_SetVerificarRecomporNumSerie);
			onVerificarRecomporValorGT = new ACBrEventHandler<VerificarRecomporValorGTEventArgs, ACBrAACInterop.VerificarRecomporValorGTCallback>(this, OnVerificarRecomporValorGTCallBack, ACBrAACInterop.AAC_SetVerificarRecomporValorGT);
		}
Esempio n. 21
0
		public ACBrDIS()
		{
			onAtualiza = new ACBrEventHandler<AtualizaEventArgs, ACBrDISInterop.AtualizaCallback>(this, OnAtualizaCallback, ACBrDISInterop.DIS_SetOnAtualiza);
		}
Esempio n. 22
0
 public ACBrCEP()
 {
     onBuscaEfetuada  = new ACBrEventHandler <ACBrCEPInterop.NoArgumentCallback>(this, OnBuscaEfetuadaCallback, ACBrCEPInterop.CEP_SetOnBuscaEfetuada);
     onAntesAbrirHTTP = new ACBrEventHandler <AntesAbrirHTTPEventArgs, ACBrCEPInterop.AntesAbrirHTTPCallback>(this, OnAntesAbrirHTTPCallback, ACBrCEPInterop.CEP_SetOnAntesAbrirHTTP);
 }
Esempio n. 23
0
 public ACBrSMS()
 {
     onProgresso = new ACBrEventHandler <ACBrSMSInterop.OnProgressoCallback>(this, OnProgressoCallback, ACBrSMSInterop.SMS_SetOnProgresso);
 }
Esempio n. 24
0
 internal TEFVeSPague(ACBrComponent parent)
     : base(parent)
 {
     onExibeMenu = new ACBrEventHandler<TEFVeSPagueExibeMenuEventArgs, ACBrTEFInterop.TEFVeSPagueExibeMenuCallback>(this, OnTEFVeSPagueExibeMenuCallback, ACBrTEFInterop.TEF_TEFVeSPague_SetOnExibeMenu);
     onObtemCampo = new ACBrEventHandler<TEFVeSPagueObtemCampoEventArgs, ACBrTEFInterop.TEFVeSPagueObtemCampoCalback>(this, OnTEFVeSPagueObtemCampoCalback, ACBrTEFInterop.TEF_TEFVeSPague_SetOnObtemCampo);
 }
Esempio n. 25
0
 public ACBrLCB()
 {
     onLeCodigo = new ACBrEventHandler <ACBrLCBInterop.LeCodigoCallback>(this, OnLeCodigoCallback, ACBrLCBInterop.LCB_SetOnLeCodigo);
 }
Esempio n. 26
0
		internal TefCliSiTef(ACBrComponent parent)
			: base(parent)
		{
			onExibeMenu = new ACBrEventHandler<TEFCliSiTefExibeMenuEventArgs, ACBrTEFInterop.TEFCliSiTefExibeMenuCallback>(this, OnTEFCliSiTefExibeMenuCallback, ACBrTEFInterop.TEF_TEFCliSiTef_SetOnExibeMenu);
			onObtemCampo = new ACBrEventHandler<TEFCliSiTefObtemCampoEventArgs, ACBrTEFInterop.TEFCliSiTefObtemCampoCalback>(this, OnTEFCliSiTefObtemCampoCalback, ACBrTEFInterop.TEF_TEFCliSiTef_SetOnObtemCampo);
		}
Esempio n. 27
0
 public ACBrIBGE()
 {
     onBuscaEfetuada = new ACBrEventHandler <ACBrIBGEInterop.OnBuscaEfetuadaCallback>(this, OnBuscaEfetuadaCallback, ACBrIBGEInterop.IBGE_SetOnBuscaEfetuada);
 }
Esempio n. 28
0
 public ACBrValidador()
 {
     onMsgErro = new ACBrEventHandler <OnMsgErroEventArgs, ACBrValidadorInterop.OnMsgErroCallback>(this, OnMsgErroCallback, ACBrValidadorInterop.VAL_SetOnMsgErro);
 }
Esempio n. 29
0
		public ACBrSMS()
		{
			onProgresso = new ACBrEventHandler<ACBrSMSInterop.OnProgressoCallback>(this, OnProgressoCallback, ACBrSMSInterop.SMS_SetOnProgresso);
		}
Esempio n. 30
0
		public ACBrPAF()
		{
			onPafGetKeyRsa = new ACBrEventHandler<ChaveEventArgs, ACBrPAFInterop.PAFGetKeyRSACallback>(this, OnPafGetKeyRsaCallBack, ACBrPAFInterop.PAF_SetOnPAFGetKeyRSA);
		}