Hello Sir,
I have declared dx_gtsernum as following:
private const int GS_SN=0x0000;
.Cdecl)]
serial);
and passing the value as follows:
string serial="";
if (dx_gtsernum(chdev,GS_SN, serial) == 0) { here i get serial nhumber... } but i get board serial number as blank. Is there any error there? pls help.
if
(dx_gtsernum(chdev,GS_SN, serial) == 0) { here i get serial nhumber...
{
here i get serial nhumber...
} but i get board serial number as blank. Is there any error there? pls help.
}
but i get board serial number as blank.
Is there any error there?
pls help.