| 程序包 | 说明 |
|---|---|
| cn.foxtech.device.protocol.v1.s7plc.core.enums | |
| cn.foxtech.device.protocol.v1.s7plc.core.service |
| 限定符和类型 | 方法和说明 |
|---|---|
static EPlcType |
EPlcType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static EPlcType[] |
EPlcType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected EPlcType |
PLCNetwork.plcType
PLC的类型
|
| 限定符和类型 | 方法和说明 |
|---|---|
EPlcType |
PLCNetwork.getPlcType() |
| 构造器和说明 |
|---|
S7PLC(EPlcType plcType) |
S7PLC(EPlcType plcType,
String ip) |
S7PLC(EPlcType plcType,
String ip,
int port) |
S7PLC(EPlcType plcType,
String ip,
int port,
int rack,
int slot) |
S7PLC(EPlcType plcType,
String ip,
int port,
int rack,
int slot,
int pduLength) |
Copyright © 2024. All rights reserved.