I-7565M-FD USB to CAN/CAN FD converter User Manual (version 1.0.0)
Page: 67
Copyright © 2019 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
5.6.6 CANFD_GetCANRxFramePerSec
This function is used to get the CAN Bus data flow in the assigned CAN port of the
I-7565M-FD device.
Syntax:
C++
int CANFD_GetCANRxFramePerSec(WORD i_wDevice_id, BYTE i_byCANPort,
WORD *o_wRxFPS);
C#
Int32 CANFD_GetCANRxFramePerSec(UInt16 i_wDevice_id, Byte i_byCANPort, out
UInt16 o_wRxFPS);
Parameter:
i_wDevice_id
[in]
The assigned device ID of the I-7565M-FD device.
i_byCANPort
[in]
The assigned CAN port of the I-7565M-FD device.
*o_wRxFPS
[out]
The CAN Bus data flow in the assigned CAN port of the I-7565M-FD device.
Return Value:
Return 0 means success, others means failure.