码迷,mamicode.com
首页 > 编程语言 > 详细

java 方法的重载

时间:2020-06-30 20:40:47      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:ica   using   span   object c   tab   table   ring   add   nbsp   

javax.comm (package). CommPortIdentifier (class) 

方法的重载:方法名一样,参数不一样,返回值不一样,实现不同的功能。

 

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 对象。

enumeration 接口中的对象是 CommPortIdentifier.

java 方法的重载

标签:ica   using   span   object c   tab   table   ring   add   nbsp   

原文地址:https://www.cnblogs.com/Daluo20200515/p/13215429.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!