Catalyst Enterprises Inc.
Appendix B
94
SetTableHeader
SetTableHeader(
string
);
SetTableHeader(
OptionalFieldId
);
Remark
This statement sets the table header of interpreted data. The viewer will show the
string
in the header of the table that shows the interpretation of data. If user uses the
SetTableHeader(
OptionalFieldId
)
form of this statement, then the option string of
the specified
OptionalFieldId
will be set as table header.
Parameter
String
Specifies the string that will show in the header of the table.
OptionalFieldId
Specifies the FieldId of an optional field.
Example
OpCode = AddField (0, 8, “Op Code”, “Op Code”,
“Op Code”);
If (ValueOf (OpCode) = 0x01) then /* Read
command */
{
SetTableHeader (“Read”);
/* Remained decoding */
}
SetFieldTableHeader
SetFieldTableHeader(
FieldId, string
);
SetFieldTableHeader(
FieldId, OptionalFieldId
);
Remark
This statement sets the table header if the user has specified that sub fields of a field
are shown as separate table. (See SubFieldOf statement).
If the user uses the
SetFieldTableHeader(
FieldId, string
)
form of this
statement, the specified
string
will be set in the table header, and if user use
SetFieldTableHeader(
FieldId, OptionalFieldId
)
form of this statement, the
option string of the specified
OptionalFieldId
will be set in the table header.
For more information about optional field please see See “Define Option
Block” on page 87..
Parameters
FieldId
The field Id that was defined by AddField
String
The string that user wants to show in the header of the table.
OptionalFieldId
Specifies FieldId of an optional field.
Summary of Contents for AirCom UWB Analyzer
Page 1: ...March 2007 P N 400 0103 001 User s Manual Version 1 22 ...
Page 4: ...Catalyst Enterprises Inc Copyright iv ...
Page 54: ...Catalyst Enterprises Inc Faded Packets 46 Figure 32 Illustration of Faded Packets ...
Page 76: ...Catalyst Enterprises Inc Display Configuration 68 ...
Page 109: ......