public final class CfChannelPathDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R744HDEG
Constant: 0x80 = 128
|
static int |
R744HDEV
Constant: 0x10 = 16
|
static int |
R744HHCA
Constant: 0x80 = 128
|
static int |
R744HLAV
Constant: 0x20 = 32
|
static int |
R744HMOV
Constant: 0x40 = 64
|
static int |
R744HPCV
Constant: 0x80 = 128
|
static int |
R744HSAV
Constant: 0x0F = 15
|
static int |
R744HSND
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static CfChannelPathDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
r744haid()
R744HAID value.
|
int |
r744hapn()
R744HAPN value.
|
int |
r744hchf()
R744HCHF value.
|
int |
r744hcpi()
R744HCPI value.
|
boolean |
r744hdeg()
Return true if
R744HDEG bit in r744hchf() is set. |
boolean |
r744hdev()
Return true if
R744HDEV bit in r744hfl1() is set. |
int |
r744hfl1()
R744HFL1 value.
|
int |
r744hfl2()
R744HFL2 value.
|
boolean |
r744hhca()
Return true if
R744HHCA bit in r744hfl1() is set. |
long |
r744hlat()
R744HLAT value.
|
boolean |
r744hlav()
Return true if
R744HLAV bit in r744hfl1() is set. |
boolean |
r744hmov()
Return true if
R744HMOV bit in r744hfl1() is set. |
int |
r744hopm()
R744HOPM value.
|
int |
r744hpcp()
R744HPCP value.
|
boolean |
r744hpcv()
Return true if
R744HPCV bit in r744hfl2() is set. |
int |
r744hsap()
R744HSAP value.
|
String |
r744hsas()
R744HSAS value.
|
boolean |
r744hsnd()
Return true if
R744HSND bit in r744hchf() is set. |
String |
r744htap()
R744HTAP value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R744HHCA
public static final int R744HMOV
public static final int R744HLAV
public static final int R744HDEV
public static final int R744HSAV
public static final int R744HPCV
public static final int R744HDEG
public static final int R744HSND
public int r744hcpi()
public String r744htap()
public int r744hfl1()
public boolean r744hhca()
R744HHCA
bit in r744hfl1()
is set.R744HHCA = 0x80
public boolean r744hmov()
R744HMOV
bit in r744hfl1()
is set.R744HMOV = 0x40
public boolean r744hlav()
R744HLAV
bit in r744hfl1()
is set.R744HLAV = 0x20
public boolean r744hdev()
R744HDEV
bit in r744hfl1()
is set.R744HDEV = 0x10
public int r744hfl2()
public boolean r744hpcv()
R744HPCV
bit in r744hfl2()
is set.R744HPCV = 0x80
public int r744hopm()
public int r744hchf()
public boolean r744hdeg()
R744HDEG
bit in r744hchf()
is set.R744HDEG = 0x80
public boolean r744hsnd()
R744HSND
bit in r744hchf()
is set.R744HSND = 0x40
public long r744hlat()
public int r744hpcp()
public int r744haid()
public int r744hapn()
public String r744hsas()
public int r744hsap()
public static CfChannelPathDataSection 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.