52535455565758596061
} if (target == null) throw new IllegalArgumentException("no target record found in generic control record"); GenericControlRecord gcr = new GenericControlRecord(target, configurationByte); gcr.setAction(action); gcr.setData(data); return gcr; }