Contents

setMaxPayloadSize

Sets the maximum data transfer length for a normal command ORB.

Declaration

virtual void setMaxPayloadSize(
 UInt32reconnectTime );

Parameters

  • reconnectTime:

    The desired maximum payload size in bytes.

Overview

Sets the maximum data transfer length for a normal command ORB. This value is the maximum for all ORBs sent to this LUN. This can be trimmed further on an ORB by ORB basis, by a similar call in the IOFireWireSBP2ORB itself.

See Also

Miscellaneous