Méthode | Description | |
---|---|---|
TRANS_API_AskDevPath ( ) : string | ||
TRANS_API_AskDevType ( ) : TRANS_DEV_TYPE | ||
TRANS_API_AskRevCount ( ) : uint | ||
TRANS_API_AskVersion ( ) : string | ||
TRANS_API_ClearBuffer ( ) : TRANS_RESULT | ||
TRANS_API_Close ( ) : void | ||
TRANS_API_Read ( byte cData, uint iLength ) : uint | ||
TRANS_API_Serial_Open ( uint uiComPort, |
||
TRANS_API_SetOverlapTime ( |
||
TRANS_API_USB_Open ( uint uiPID, uint uiVID ) : TRANS_RESULT | ||
TRANS_API_Write ( byte cData, uint iLength ) : bool |
Méthode | Description | |
---|---|---|
dllAskDevPath ( ) : |
||
dllAskDevType ( uint &r_uiTxCount ) : TRANS_RESULT | ||
dllAskRevCount ( uint &r_uiRxCount ) : TRANS_RESULT | ||
dllAskVersion ( ) : |
||
dllClearBuffer ( ) : TRANS_RESULT | ||
dllClose ( ) : TRANS_RESULT | ||
dllRead ( uint uiMode, byte cData, uint &iLength ) : TRANS_RESULT | ||
dllSerialOpen ( uint uiComPort, |
||
dllSetOverlapTime ( |
||
dllUsbOpen ( uint uiPID, uint uiVID ) : TRANS_RESULT | ||
dllWrite ( uint uiMode, byte cData, uint iLength ) : TRANS_RESULT |
public static TRANS_API_AskDevPath ( ) : string | ||
Résultat | string |
public static TRANS_API_AskDevType ( ) : TRANS_DEV_TYPE | ||
Résultat | TRANS_DEV_TYPE |
public static TRANS_API_AskRevCount ( ) : uint | ||
Résultat | uint |
public static TRANS_API_AskVersion ( ) : string | ||
Résultat | string |
public static TRANS_API_ClearBuffer ( ) : TRANS_RESULT | ||
Résultat | TRANS_RESULT |
public static TRANS_API_Read ( byte cData, uint iLength ) : uint | ||
cData | byte | |
iLength | uint | |
Résultat | uint |
public static TRANS_API_Serial_Open ( uint uiComPort, |
||
uiComPort | uint | |
r_pDcb | ||
Résultat | TRANS_RESULT |
public static TRANS_API_SetOverlapTime ( |
||
r_uiWtOverlapTime | ||
r_uiRdOverlapTime | ||
Résultat | TRANS_RESULT |
public static TRANS_API_USB_Open ( uint uiPID, uint uiVID ) : TRANS_RESULT | ||
uiPID | uint | |
uiVID | uint | |
Résultat | TRANS_RESULT |
public static TRANS_API_Write ( byte cData, uint iLength ) : bool | ||
cData | byte | |
iLength | uint | |
Résultat | bool |