2.5.98.100 SxSu

The SxSu structure specifies a range of columns (1) in a table.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

reserved

csxos

sxosFirst (variable)

...

sxosLast (variable)

...

reserved (2 bytes): Its value MUST be 0, and MUST be ignored.

csxos (1 byte):  An unsigned integer that specifies the columns (1) in the range. Its value MUST correspond to the following table.

Value

Meaning

0x01

The columns (1) of the range consist of a single column (1) specified by sxosFirst.

0x02

The columns (1) of the range consist of the range of columns (1) between the column (1) specified by sxosFirst, and the column (1) specified by sxosLast, inclusive.

 

sxosFirst (variable):  A SxOs structure (section 2.5.98.99) that specifies the first column (1). The value of sxosFirst.notLast MUST be 1 if csxos is 2. The value of sxosFirst.notLast MUST be 0 if csxos is 1.

sxosLast (variable):  A SxOs structure that specifies the last column (1). The value of sxosLast.notLast MUST be 0.