C# Class ChronopicRegister, chronojump

Mostra file Open project: GNOME/chronojump Class Usage Examples

Protected Properties

Property Type Description
crpl ChronopicRegisterPortList,

Public Methods

Method Description
ConnectedOfType ( ChronopicRegisterPort, type ) : ChronopicRegisterPort,
GetTwoContactsConnected ( ) : List
NumConnectedOfType ( ChronopicRegisterPort, type ) : int
UnknownFound ( ) : bool

Protected Methods

Method Description
createList ( ) : void
getPorts ( bool debug ) : List
process ( ) : void
readFTDI ( ChronopicRegisterPort, crp ) : ChronopicRegisterPort,
registerAddOrUpdate ( ChronopicRegisterPort, crp ) : void

Method Details

ConnectedOfType() public method

public ConnectedOfType ( ChronopicRegisterPort, type ) : ChronopicRegisterPort,
type ChronopicRegisterPort,
return ChronopicRegisterPort,

GetTwoContactsConnected() public method

public GetTwoContactsConnected ( ) : List
return List

NumConnectedOfType() public method

public NumConnectedOfType ( ChronopicRegisterPort, type ) : int
type ChronopicRegisterPort,
return int

UnknownFound() public method

public UnknownFound ( ) : bool
return bool

createList() protected method

protected createList ( ) : void
return void

getPorts() protected method

protected getPorts ( bool debug ) : List
debug bool
return List

process() protected method

protected process ( ) : void
return void

readFTDI() protected method

protected readFTDI ( ChronopicRegisterPort, crp ) : ChronopicRegisterPort,
crp ChronopicRegisterPort,
return ChronopicRegisterPort,

registerAddOrUpdate() protected method

protected registerAddOrUpdate ( ChronopicRegisterPort, crp ) : void
crp ChronopicRegisterPort,
return void

Property Details

crpl protected_oe property

protected ChronopicRegisterPortList, crpl
return ChronopicRegisterPortList,