FlashExporter.java 文件源码

java
阅读 19 收藏 0 点赞 0 评论 0

项目:Animator 作者:
public String getPortTypeName(int portType) {
    switch (portType) {
    case CommPortIdentifier.PORT_I2C:
        return "I2C";
    case CommPortIdentifier.PORT_PARALLEL:
        return "Parallel";
    case CommPortIdentifier.PORT_RAW:
        return "Raw";
    case CommPortIdentifier.PORT_RS485:
        return "RS485";
    case CommPortIdentifier.PORT_SERIAL:
        return "Serial";
    default:
        return "unknown type";
    }
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号