public final class XrcSession extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF420BA_LEN
Constant: 0x20 = 32
|
Modifier and Type | Method and Description |
---|---|
static XrcSession |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
s42xrid()
S42XRID value.
|
int |
s42xrssl()
S42XRSSL value.
|
int |
s42xrssn()
S42XRSSN value.
|
int |
s42xrsso()
S42XRSSO value.
|
String |
s42xrtyp()
S42XRTYP value.
|
int |
s42xrvll()
S42XRVLL value.
|
int |
s42xrvln()
S42XRVLN value.
|
int |
s42xrvlo()
S42XRVLO value.
|
List<XrcSsidData> |
xrcSsidData()
Get a List containing XRC SSID Data sections from the record
|
List<XrcVolumeData> |
xrcVolumeData()
Get a List containing XRC Volume Data sections from the record
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF420BA_LEN
public String s42xrid()
public String s42xrtyp()
public int s42xrsso()
public int s42xrssn()
public int s42xrssl()
public int s42xrvlo()
public int s42xrvln()
public int s42xrvll()
public List<XrcSsidData> xrcSsidData()
public List<XrcVolumeData> xrcVolumeData()
public static XrcSession create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.