| 程序包 | 说明 |
|---|---|
| cn.foxtech.device.protocol.v1.s7plc.core.enums | |
| cn.foxtech.device.protocol.v1.s7plc.core.model | |
| cn.foxtech.device.protocol.v1.s7plc.core.service |
| 限定符和类型 | 方法和说明 |
|---|---|
static EArea |
EArea.from(byte data) |
static EArea |
EArea.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static EArea[] |
EArea.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static RequestItem |
RequestItem.createByParams(EParamVariableType variableType,
int count,
EArea area,
int dbNumber,
int byteAddress,
int bitAddress)
通过参数创建请求项
|
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
S7PLC.readRaw(EParamVariableType variableType,
int count,
EArea area,
int dbNumber,
int byteAddress,
int bitAddress)
最原始的方式读取生数据
|
void |
S7PLC.writeRaw(EParamVariableType variableType,
int count,
EArea area,
int dbNumber,
int byteAddress,
int bitAddress,
EDataVariableType dataVariableType,
byte[] data)
最原始的方式写入生数据
|
Copyright © 2024. All rights reserved.