C# Class ChronopicRegisterPort, chronojump

Show file Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
ConnectedReal bool
FTDI bool
Port string
SerialNumber string
Type Types,

Public Methods

Method Description
ChronopicRegisterPort ( string port ) : System
ChronopicRegisterPort ( string serialNumber, Types, type ) : System
ToString ( ) : string

Method Details

ChronopicRegisterPort() public method

public ChronopicRegisterPort ( string port ) : System
port string
return System

ChronopicRegisterPort() public method

public ChronopicRegisterPort ( string serialNumber, Types, type ) : System
serialNumber string
type Types,
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

ConnectedReal public property

public bool ConnectedReal
return bool

FTDI public property

public bool FTDI
return bool

Port public property

public string Port
return string

SerialNumber public property

public string SerialNumber
return string

Type public property

public Types, Type
return Types,