6 mb86h55rebdll api description – IEI Integration HDC-3x-Series_SDK_Windows User Manual
Page 43
HDC-3x Series SDK (Windows)
Page 43
mb86h55reb.SetCanvasHandle(mPnlCanvas.Handle);
mb86h55reb.ApplyGpio();
mb86h55reb.RebootFirm();
SetScreenMode(
ScreenMode
.Processing);
mb86h55reb.Reset();
break
;
}
}
Step 6:
Before using MB86H55REB, it must be initialized:
mb86h55reb.Close();
mb86h55reb.DirectShowEnabled(miChipNo, mbDirectShowEnabled);
mbIsMb86h55rebOpened = mb86h55reb.Open(miChipNo,this.Handle);
mb86h55reb.SetCanvasHandle(mPnlCanvas.Handle);
mb86h55reb.ApplyGpio();
mb86h55reb.RebootFirm();
mb86h55reb.Reset();
Step 7:
Refer the following function for detail:
frmMain_Load()
SystemEvents_PowerModeChanged()
cmbBoardSelection_SelectedIndexChanged()
3.2.6 Mb86H55rebDll API Description
Simplify description of Mb86H55rebDll variable, interface and API. Refer to the source
code to get the detail usage.
Variable:
1.
string
h264FileName
Encode / decode file name.