Package com.automation_pros.odva.cpf
Class CommServiceCPF
- java.lang.Object
-
- com.automation_pros.odva.cpf.CommonPacketFormat
-
- com.automation_pros.odva.cpf.CommServiceCPF
-
public class CommServiceCPF extends CommonPacketFormat
-
-
Constructor Summary
Constructors Constructor Description CommServiceCPF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getItemLen()
void
putPayload(java.nio.ByteBuffer dest)
-
Methods inherited from class com.automation_pros.odva.cpf.CommonPacketFormat
getItemType, getParent, getPayload, parseInstance, putBytes, registerHandler, setItemType, setParent, setPayload, toString, writeBytes
-
-
-
-
Method Detail
-
getItemLen
public int getItemLen()
- Overrides:
getItemLen
in classCommonPacketFormat
-
putPayload
public void putPayload(java.nio.ByteBuffer dest)
- Overrides:
putPayload
in classCommonPacketFormat
-
-