| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseClass > BrowseClass Properties >====== UseMRP (IPD Multiple Request Packet Support) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[toolcontrol browse toolbox control number .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[usepopup activate popup menu .htm|{{btn_next_n.gif|Next page}}]] | | || | | **UseMRP** | **BYTE** | {{blk2blue.jpg|blk2blue.jpg}} The **UseMRP **property determines whether or not the IP Driver's Multiple Request Packet feature is active. Setting this property to 1 (TRUE) activates MRPs, and setting this property to 0 (FALSE) disables the MRP feature. MRPs are designed to improve the performance of data transfer via IP protocol, by packaging multiple requests (records) into a single IP data packet. **Implementation:** The Fetch method queries the value of the UseMRP property, and sets the IP Driver IPRequestCount property appropriately. If active, the value of the MRP is equal to the ItemsToFill property. **See Also:     [[getusemrp get usemrp value bc.htm|GetUseMRP]], [[setusemrp set usemrp value bc.htm|SetUseMRP]]**