C# Class rfid.clsPacket

Afficher le fichier Open project: mti-rfid/RFID_Explorer

Méthodes publiques

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, DCB &r_pDcb ) : TRANS_RESULT
TRANS_API_SetOverlapTime ( UInt32 r_uiWtOverlapTime, UInt32 r_uiRdOverlapTime ) : TRANS_RESULT
TRANS_API_USB_Open ( uint uiPID, uint uiVID ) : TRANS_RESULT
TRANS_API_Write ( byte cData, uint iLength ) : bool

Private Methods

Méthode Description
dllAskDevPath ( ) : IntPtr
dllAskDevType ( uint &r_uiTxCount ) : TRANS_RESULT
dllAskRevCount ( uint &r_uiRxCount ) : TRANS_RESULT
dllAskVersion ( ) : IntPtr
dllClearBuffer ( ) : TRANS_RESULT
dllClose ( ) : TRANS_RESULT
dllRead ( uint uiMode, byte cData, uint &iLength ) : TRANS_RESULT
dllSerialOpen ( uint uiComPort, DCB &r_dcb ) : TRANS_RESULT
dllSetOverlapTime ( UInt32 uiWtOverlapTime, UInt32 r_uiRdOverlapTime ) : TRANS_RESULT
dllUsbOpen ( uint uiPID, uint uiVID ) : TRANS_RESULT
dllWrite ( uint uiMode, byte cData, uint iLength ) : TRANS_RESULT

Method Details

TRANS_API_AskDevPath() public static méthode

public static TRANS_API_AskDevPath ( ) : string
Résultat string

TRANS_API_AskDevType() public static méthode

public static TRANS_API_AskDevType ( ) : TRANS_DEV_TYPE
Résultat TRANS_DEV_TYPE

TRANS_API_AskRevCount() public static méthode

public static TRANS_API_AskRevCount ( ) : uint
Résultat uint

TRANS_API_AskVersion() public static méthode

public static TRANS_API_AskVersion ( ) : string
Résultat string

TRANS_API_ClearBuffer() public static méthode

public static TRANS_API_ClearBuffer ( ) : TRANS_RESULT
Résultat TRANS_RESULT

TRANS_API_Close() public static méthode

public static TRANS_API_Close ( ) : void
Résultat void

TRANS_API_Read() public static méthode

public static TRANS_API_Read ( byte cData, uint iLength ) : uint
cData byte
iLength uint
Résultat uint

TRANS_API_Serial_Open() public static méthode

public static TRANS_API_Serial_Open ( uint uiComPort, DCB &r_pDcb ) : TRANS_RESULT
uiComPort uint
r_pDcb DCB
Résultat TRANS_RESULT

TRANS_API_SetOverlapTime() public static méthode

public static TRANS_API_SetOverlapTime ( UInt32 r_uiWtOverlapTime, UInt32 r_uiRdOverlapTime ) : TRANS_RESULT
r_uiWtOverlapTime System.UInt32
r_uiRdOverlapTime System.UInt32
Résultat TRANS_RESULT

TRANS_API_USB_Open() public static méthode

public static TRANS_API_USB_Open ( uint uiPID, uint uiVID ) : TRANS_RESULT
uiPID uint
uiVID uint
Résultat TRANS_RESULT

TRANS_API_Write() public static méthode

public static TRANS_API_Write ( byte cData, uint iLength ) : bool
cData byte
iLength uint
Résultat bool