public class CmProtocolContext
extends java.lang.Object
| Constructor and Description |
|---|
CmProtocolContext(CmChannel aChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCmResult(CmResult aResult) |
CmChannel |
channel() |
void |
clearCmResult(byte aResultOp) |
void |
clearError() |
CmResult |
getCmResult(byte aResultOp) |
CmErrorResult |
getError() |
public CmProtocolContext(CmChannel aChannel)
public void addCmResult(CmResult aResult)
public void clearError()
public CmErrorResult getError()
public CmChannel channel()
public CmResult getCmResult(byte aResultOp)
public void clearCmResult(byte aResultOp)