Property | Type | Description | |
---|---|---|---|
CodePage | uint | ||
ContainerID | uint | ||
CurrentRec | uint | ||
Delta | int | ||
NumPos | uint | ||
SortLocale | uint | ||
SortType | uint | ||
TemplateLocale | uint | ||
TotalRecs | uint |
Method | Description | |
---|---|---|
InitiateStat ( ) : void |
Initiate the stat to initial values.
|
|
Parse ( byte rawData, int &startIndex ) : |
Parse the STAT from the response data.
|
|
Serialize ( ) : byte[] |
This method is used for serializing the STAT
|
public static Parse ( byte rawData, int &startIndex ) : |
||
rawData | byte | The response data. |
startIndex | int | The start index. |
return |