public int DecodeCitirocRowEvents(ref Queue <t_DataCITIROC> pC, int ThresholdSoftware) { if (ConnectedAsic == t_AsicModels.CITIROC) { return(CitirocClass.DecodeCitirocRowEvents(ref pC, ThresholdSoftware)); } return(-1); }