I-9048/I-8048W Linux API Reference, v 1.0.2 E-mail: [email protected]
42
3.14.
I8048W_Init
This function is used to initialize the driver and confirm the hardware ID of the I-8048W / I-9048 module.
Syntax
【
C
】
int I8048W_Init(
int
iSlot
);
Parameters
iSlot
[in] Specifies the slot number (1 - 8).
Return Value
Return 0 if success, otherwise false.
Example
[C]
int ret = 0;
int slotNumber =0;
ret = I8048W_Init(slotNumber)
;