| Package | Description |
|---|---|
| com.gizwits.datapoint |
| Modifier and Type | Method and Description |
|---|---|
DataAccess |
Attr.getDataAccess() |
static DataAccess |
DataAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataAccess[] |
DataAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Datapoint.bytesOf(DataAccess dataAccess)
计算指定类型的总字节长度
|
List<Attr> |
Datapoint.findDataAccessAttr(DataAccess access)
查找指定数据类型的所有属性
|
int |
Datapoint.numOf(DataAccess access)
返回指定读写类型的属性个数
|
Copyright © 2019. All rights reserved.