java 方法的重载
2020-12-22 14:28
标签:ica using span object c tab table ring add nbsp javax.comm (package). CommPortIdentifier (class) 方法的重载:方法名一样,参数不一样,返回值不一样,实现不同的功能。 通过应用程序已经打开的串口获取 通过串口名获取 获取一个枚举对象包含 系统中每一个串口的 enumeration 接口中的对象是 CommPortIdentifier. java 方法的重载 标签:ica using span object c tab table ring add nbsp 原文地址:https://www.cnblogs.com/Daluo20200515/p/13215429.html
static CommPortIdentifier
getPortIdentifier(CommPort port)
Obtains the CommPortIdentifier
object corresponding to a port that has already been opened by the application.CommPortIdentifier
对象。
static CommPortIdentifier
getPortIdentifier(java.lang.String portName)
Obtains a CommPortIdentifier
object by using a port name.CommPortIdentifier
对象。
static java.util.Enumeration
getPortIdentifiers()
Obtains an enumeration object that contains a CommPortIdentifier
object for each port in the system. CommPortIdentifier
对象。
下一篇:java中枚举的常见用法