public static class DaveReadRequest.Request extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DaveReadRequest.Request.AddressType |
Constructor and Description |
---|
Request(byte area,
short block,
short start,
short count) |
Request(DaveReadRequest.Request.AddressType type,
byte area,
short block,
short start,
short count) |
Modifier and Type | Method and Description |
---|---|
byte |
getArea() |
short |
getBlock() |
short |
getCount() |
short |
getStart() |
DaveReadRequest.Request.AddressType |
getType() |
String |
toString() |
public Request(byte area, short block, short start, short count)
public Request(DaveReadRequest.Request.AddressType type, byte area, short block, short start, short count)
public DaveReadRequest.Request.AddressType getType()
public short getStart()
public byte getArea()
public short getBlock()
public short getCount()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.