C# Class rfid.clsPacket

ファイルを表示 Open project: mti-rfid/RFID_Explorer

Public Methods

Method 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

Method 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 method

public static TRANS_API_AskDevPath ( ) : string
return string

TRANS_API_AskDevType() public static method

public static TRANS_API_AskDevType ( ) : TRANS_DEV_TYPE
return TRANS_DEV_TYPE

TRANS_API_AskRevCount() public static method

public static TRANS_API_AskRevCount ( ) : uint
return uint

TRANS_API_AskVersion() public static method

public static TRANS_API_AskVersion ( ) : string
return string

TRANS_API_ClearBuffer() public static method

public static TRANS_API_ClearBuffer ( ) : TRANS_RESULT
return TRANS_RESULT

TRANS_API_Close() public static method

public static TRANS_API_Close ( ) : void
return void

TRANS_API_Read() public static method

public static TRANS_API_Read ( byte cData, uint iLength ) : uint
cData byte
iLength uint
return uint

TRANS_API_Serial_Open() public static method

public static TRANS_API_Serial_Open ( uint uiComPort, DCB &r_pDcb ) : TRANS_RESULT
uiComPort uint
r_pDcb DCB
return TRANS_RESULT

TRANS_API_SetOverlapTime() public static method

public static TRANS_API_SetOverlapTime ( UInt32 r_uiWtOverlapTime, UInt32 r_uiRdOverlapTime ) : TRANS_RESULT
r_uiWtOverlapTime System.UInt32
r_uiRdOverlapTime System.UInt32
return TRANS_RESULT

TRANS_API_USB_Open() public static method

public static TRANS_API_USB_Open ( uint uiPID, uint uiVID ) : TRANS_RESULT
uiPID uint
uiVID uint
return TRANS_RESULT

TRANS_API_Write() public static method

public static TRANS_API_Write ( byte cData, uint iLength ) : bool
cData byte
iLength uint
return bool