public class RegData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RegData.RegType |
| Constructor and Description |
|---|
RegData(int value) |
RegData(long value) |
RegData(Object data,
Object type) |
public RegData.RegType type()
public Object value()
public Number number()
public int asInt()
public long asLong()
public byte[] binary()
public String string()
public String[] strings()
Copyright © 2024. All rights reserved.