DataPoint dp = null;
Collection<DataPoint> dpList = null;
//cause of transmission depend of the interrogation group
//default: station -> all datapoints
EIecCauseOfTransmission cot = EIecCauseOfTransmission.INTERROGATED_STATION;
if (interroGroup == 1)
{
//DI
cot = EIecCauseOfTransmission.INTERROGATED_GROUP1;
}