if (ports[aPortId] != null) {
return ports[aPortId].i2cStart(address, internalAddress,
numInternalBytes, buffer, numBytes, transferType);
} else {
logErrorPortNotAttached(aPortId);
throw new SimException("Kein Sensor an Port " + aPortId
+ " angeschlossen");
}
}