Function type

Parameter 
read

SWORD p_ReServiceFlag(UBYTE TsId);

EN

VWORT p_WiederholungsKennung(BYTE VSID);

DE

Description

Reads the parameter "Re-service flag".

Version information

from version 6.1.3

Arguments

UBYTE

TsId

ID number of the desired traffic stream.

Return value

SWORD

The identifier is divided into two parts:

Tens share (DIV 10) applies to the main stream:

0x

Main stream may repeat freely.

1x

Main stream may repeat with tg min1.

2x

Main stream may repeat with tg min2.

3x

Main stream may repeat with tg max1.

4x

Main stream may repeat with tg max2.

9x

Main stream must NOT repeat.

One share (MOD 10) applies to the minor stream:

x0

Minor stream may repeat freely.

x1

Minor stream may switch on if with tg rest ≥ tg min1.

x2

Minor stream may switch on if with tg rest ≥ tg min2.

x3

Minor stream may switch on if with tg rest ≥ tg max1.

x4

Minor stream may switch on if with tg rest ≥ tg max2.

x5

Minor stream may repeat if with tg rest ≥ tg min1.

x6

Minor stream may repeat if with tg rest ≥ tg min2.

x7

Minor stream may repeat if with tg rest ≥tg max1.

x8

Minor stream may repeat if with tg rest ≥tg max2.

x9

Minor stream must NOT repeat.