枚举的使用
com.darra.ethercat.data.EtherCATTypes.SDOError
使用EtherCATTypes.SDOError的程序包
-
com.darra.ethercat.data中EtherCATTypes.SDOError的使用
修饰符和类型方法说明static EtherCATTypes.SDOErrorEtherCATTypes.SDOError.fromValue(long v) 从数值查找枚举, 未知值返回 UNKNOWN_ERRORstatic EtherCATTypes.SDOError返回带有指定名称的该类型的枚举常量。static EtherCATTypes.SDOError[]EtherCATTypes.SDOError.values()返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同 -
com.darra.ethercat.slave中EtherCATTypes.SDOError的使用