Exemplo n.º 1
0
        public static void ReturnAckState(String DataGroupID, STATIONNAME StationName, DEVICENAME DeviceName)
        {
            StationHandler ExistingStation = KeeperData.FirstOrDefault(Item => Item.StationName == StationName);

            ExistingStation.ReturnAckState(DataGroupID, DeviceName);
        }