public class sasvr_info extends Object implements TdrCompositeType
| Modifier and Type | Field and Description |
|---|---|
static int |
BASEVERSION |
int |
buid |
static int |
CURRVERSION |
long |
last_report_tm |
static int |
LENGTH_process_class |
static int |
LENGTH_sasvr_url |
byte[] |
process_class |
int |
report_period |
byte[] |
sasvr_url |
int |
valid_flag |
static int |
VERSION_buid |
| Constructor and Description |
|---|
sasvr_info() |
| Modifier and Type | Method and Description |
|---|---|
void |
construct() |
long |
getMaxNetSize() |
int |
getSizeInfo(byte[] buffer,
int size) |
int |
getSizeInfo(TdrReadBuf srcBuf) |
int |
pack(byte[] buffer,
int size,
int cutVer) |
void |
pack(TdrWriteBuf destBuf,
int cutVer) |
int |
unpack(byte[] buffer,
int size,
int cutVer) |
void |
unpack(TdrReadBuf srcBuf,
int cutVer) |
String |
visualize(int indent,
char separator) |
void |
visualize(TdrVisualBuf destBuf,
int indent,
char separator) |
public int valid_flag
public int buid
public byte[] process_class
public byte[] sasvr_url
public int report_period
public long last_report_tm
public static final int BASEVERSION
public static final int CURRVERSION
public static final int VERSION_buid
public static final int LENGTH_process_class
public static final int LENGTH_sasvr_url
public void construct()
throws TdrException
construct in interface TdrCompositeTypeTdrExceptionpublic int pack(byte[] buffer,
int size,
int cutVer)
throws TdrException
pack in interface PackInterfaceTdrExceptionpublic void pack(TdrWriteBuf destBuf, int cutVer) throws TdrException
pack in interface TdrCompositeTypeTdrExceptionpublic long getMaxNetSize()
throws TdrException
getMaxNetSize in interface PackInterfaceTdrExceptionpublic int unpack(byte[] buffer,
int size,
int cutVer)
throws TdrException
unpack in interface UnpackInterfaceTdrExceptionpublic void unpack(TdrReadBuf srcBuf, int cutVer) throws TdrException
unpack in interface TdrCompositeTypeTdrExceptionpublic String visualize(int indent, char separator) throws TdrException
visualize in interface TdrCompositeTypeTdrExceptionpublic void visualize(TdrVisualBuf destBuf, int indent, char separator) throws TdrException
visualize in interface TdrCompositeTypeTdrExceptionpublic int getSizeInfo(byte[] buffer,
int size)
throws TdrException
getSizeInfo in interface TdrCompositeTypeTdrExceptionpublic int getSizeInfo(TdrReadBuf srcBuf) throws TdrException
TdrExceptionCopyright © 2026. All rights reserved.