Package com.automation_pros.odva.cpf
Class NullAddrCPF
- java.lang.Object
-
- com.automation_pros.odva.cpf.CommonPacketFormat
-
- com.automation_pros.odva.cpf.NullAddrCPF
-
- All Implemented Interfaces:
CpfAddress
public class NullAddrCPF extends CommonPacketFormat implements CpfAddress
-
-
Field Summary
Fields Modifier and Type Field Description static short
ITYPE
static NullAddrCPF
SINGLETON
-
Constructor Summary
Constructors Modifier Constructor Description protected
NullAddrCPF()
NullAddrCPF(java.nio.ByteBuffer source, CpfWrapper parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAddress()
void
setAddress(int addr)
-
Methods inherited from class com.automation_pros.odva.cpf.CommonPacketFormat
getItemLen, getItemType, getParent, getPayload, parseInstance, putBytes, putPayload, registerHandler, setItemType, setParent, setPayload, toString, writeBytes
-
-
-
-
Field Detail
-
ITYPE
public static final short ITYPE
- See Also:
- Constant Field Values
-
SINGLETON
public static final NullAddrCPF SINGLETON
-
-
Constructor Detail
-
NullAddrCPF
protected NullAddrCPF()
-
NullAddrCPF
public NullAddrCPF(java.nio.ByteBuffer source, CpfWrapper parent)
-
-
Method Detail
-
getAddress
public int getAddress()
- Specified by:
getAddress
in interfaceCpfAddress
-
setAddress
public void setAddress(int addr)
- Specified by:
setAddress
in interfaceCpfAddress
-
-