Data Structure Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
197
12.3 CDevice Class Reference
#include <ut_class_device.h>
Public Member Functions
CDevice ()
~CDevice ()
MM_ERROR Open (MM_U32 uCmdSeqSize=0)
MM_ERROR Close ()
MM_BOOL IsOpen ()
12.3.1 Detailed Description
Class CDevice.
12.3.2 Constructor & Destructor Documentation
12.3.2.1 CDevice ( ) [inline]
Class CDevice constructor.
12.3.2.2 ~CDevice ( ) [inline]
Class CDevice destructor.
12.3.3 Member Function Documentation
12.3.3.1 MM_ERROR Close ( ) [inline]
Close the device (will be called from destructor).
Return values
MML_OK
On success. Otherwise the related error code or
MML_ERR.
12.3.3.2 MM_BOOL IsOpen ( ) [inline]
Can be used to check the status.
Return values
MM_TRUE
If Open was successfully called otherwise
MM_FALSE.
12.3.3.3 MM_ERROR Open ( MM_U32 uCmdSeqSize = 0 ) [inline]
Open the device .
Parameters
in
uCmdSeqSize
Defines the size that will be allocated for the command sequencer.
Return values
MML_OK
On success. Otherwise the related error code or
MML_ERR.
The documentation for this class was generated from the following file: