![]() |
BSL430.NET
1.3.4
|
Serial Device node extends generic Bsl430NetDevice. Use requires library: SerialPortStream. NOTE: If target app use .NET Framework 4.6.2 or lower, Nuget package: Microsoft.Win32.Registry is required! More...
Public Member Functions | |
| Serial_Device (string Port, string Name, string Desc, string Fulldesc, Mode Mode) | |
| Serial_Device constructor. More... | |
| Serial_Device () | |
| Serial_Device parameterless constructor for serialization. More... | |
| override string | ToString () |
| Short string general information about this device. More... | |
Public Member Functions inherited from BSL430_NET.Bsl430NetDevice | |
| Bsl430NetDevice () | |
| Bsl430NetDevice constructor More... | |
| Bsl430NetDevice (Bsl430NetDevice Dev) | |
| Bsl430NetDevice copy constructor More... | |
| Bsl430NetDevice (string DeviceName) | |
| Bsl430NetDevice constructor More... | |
| Bsl430NetDevice (string DeviceName, string Description, string FullDesc, Mode Mode, string Kind) | |
| Bsl430NetDevice constructor More... | |
| override string | ToString () |
| FormattedDescription of current device. More... | |
Properties | |
| string | Port [get, set] |
| Serial device port name. More... | |
Properties inherited from BSL430_NET.Bsl430NetDevice | |
| string | Name = "" [get, set] |
| Name is unique string that serves as main key to handle devices in this library eg. COM1, FTDI2, libtfi3, USB4 .. More... | |
| string | Description = "" [get, set] |
| Device description. More... | |
| string | Kind = "" [get, set] |
| Device kind. [FTDI, libftdi, COM (Serial), USB] More... | |
| string | FormattedDescription = "" [get, set] |
| Device general formated description eg. 'V/PID: 1234-5678 [Dev1] SN: 0123456' More... | |
| Mode | Mode = Mode.UART_Serial [get, set] |
| Device mode. More... | |
Serial Device node extends generic Bsl430NetDevice. Use requires library: SerialPortStream. NOTE: If target app use .NET Framework 4.6.2 or lower, Nuget package: Microsoft.Win32.Registry is required!
| BSL430_NET.Comm.Serial_Device.Serial_Device | ( | string | Port, |
| string | Name, | ||
| string | Desc, | ||
| string | Fulldesc, | ||
| Mode | Mode | ||
| ) |
Serial_Device constructor.
| BSL430_NET.Comm.Serial_Device.Serial_Device | ( | ) |
Serial_Device parameterless constructor for serialization.
| override string BSL430_NET.Comm.Serial_Device.ToString | ( | ) |
Short string general information about this device.
|
getset |
Serial device port name.
1.8.16