public interface SerialPortDeviceSpec extends DeviceSpec
SerialPortDeviceSpec
interface extends DeviceSpec
to define the specifications of a serial port device.
It includes methods specific to serial port devices, enabling applications to query their capabilities and configurations.Modifier and Type | Method and Description |
---|---|
int |
getCounts()
Retrieves the count of available serial port devices.
|
int getCounts()
This method is used to determine how many serial port devices are present and can be accessed.