if (dOutput.dArrayLength == 0)
{ // strip the read access off if no data returned
devAccess &= ~(TAccess.CA_READ);
dOutput.dFormat = TFormat.CF_NULL;
}
TPropertyList pl = TStockProperties.getPropertyList();
isQuery = pl != null ? TStockProperties.getPropertyList().hasProperty(devProperty) : false;
if (isBlackListed())
{ // link parameters have been black listed -> don't send out
if (trace) traceLink("makeLink"," has been blacklisted");
if (TLinkFactory.debugLevel > 0) DbgLog.log("makeLink","link " + getFullDeviceNameAndProperty() + " has been black listed");