Acrosser AR-R6006 Manuel d'utilisateur Page 20

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 24
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 19
Parameters:
( None )
Return Value:
Returns TRUE on success.
If the Super I/O driver has not installed, return FALSE.
void WINAPI SuperIo_Close();
Remarks:
You must call this function at end of application to close Super I/O device.
Parameters:
( None )
Return Value:
( None )
BOOL WINAPI Gpio_GetBitValue( int nBit, BYTE* pValue );
Remarks:
Call this function to get GPIO pins value.
Parameters:
nBit
Stand for GPIO pins, you can assign value LED1 ~ LED4, or value GPO_BIT_17,
GPO_BIT_18, GPO_BIT_20, GPO_BIT_37.
pValue
Pointer of variable to retrieve GPIO pins state.
Return Value:
Returns TRUE on success, FALSE on failure.
BOOL WINAPI Gpio_SetBitValue( int nBit, BYTE bValue );
Remarks:
Call this function to Set GPIO pins value.
Parameters:
nBit
Stand for GPIO pins, you can assign value LED1 ~ LED4, or value GPO_BIT_17,
GPO_BIT_18, GPO_BIT_20, GPO_BIT_37.
bValue
Output value of GPIO pins, value 1 or 0.
Return Value:
Returns TRUE on success, FALSE on failure.
Watchdog
Notice: Before using GPIO
APIs, be sure Super I/O driver was installed successfully.
20
Vue de la page 19
1 2 ... 15 16 17 18 19 20 21 22 23 24

Commentaires sur ces manuels

Pas de commentaire