public final class BeginReturnType
extends java.lang.Object
RRS.begin(int)| Constructor and Description |
|---|
BeginReturnType(int rc,
byte[] urToken,
byte[] urid,
byte[] diagArea)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDiagArea() |
int |
getReturnCode() |
byte[] |
getURID() |
byte[] |
getUrToken() |
java.lang.String |
toString()
toString for tracing
|
public BeginReturnType(int rc,
byte[] urToken,
byte[] urid,
byte[] diagArea)
rc - the return code from atrbegurToken - the UR tokenurid - the UR iddiagArea - a byte array containing the atrbeg diagnostic areapublic java.lang.String toString()
toString in class java.lang.Objectpublic int getReturnCode()
public byte[] getUrToken()
public byte[] getURID()
public byte[] getDiagArea()