<paramname="pBuffer">Used as a return value, save the read-in memory value(Memory value is stored in accordance with the big end model)</param>
<paramname="nAddress">Memory address to be read, which can be obtained from the Camera.xml file of the device, the form xml node value of xxx_RegAddr</param>
<paramname="nLength">Length of the memory to be read</param>
<paramname="pBuffer">Memory value to be written ( Note the memory value to be stored in accordance with the big end model)</param>
<paramname="nAddress">Memory address to be written, which can be obtained from the Camera.xml file of the device, the form xml node value of xxx_RegAddr</param>
<paramname="nLength">Length of the memory to be written</param>
Set device baudrate using one of the CL_BAUDRATE_XXXX value
</summary>
<paramname="nBaudrate">Baudrate to set. Refer to the 'CameraParams.h' for parameter definitions, for example, #define MV_CAML_BAUDRATE_9600 0x00000001</param>