Machine Vision Camera SDK (C) Developer Guide
Remarks
After the device is connected, call this API to set resend packet properties, supported only by
GigEVision camera.
MV_GIGE_SetTransmissionType
Set transmission mode.
API Definition
int MV_GIGE_SetTransmissionType(
void
*handle,
MV_TRANSMISSION_TYPE
*pstTransmissionType
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstTransmissionType
[IN] Transmission mode, see the structure MV_TRANSMISSION_TYPE for details.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
Call this API to set the transmission mode as single cast mode and multicast mode. And this API is
supported only by GigEVision camera.
4.3.3 CameraLink Camera
MV_CAML_GetDeviceBauderate
Get device baud rate.
API Definition
int MV_CAML_GetDeviceBauderate(
void
*handle,
unsigned int *pnCurrentBaudrate
);
74
    "