
Verification Script Engine Reference Manual
5.2.4 Sequence-specific set of members
( valid for sequences only, undefined for other events)
in.S_ID – Source ID
in.D_ID – Destination ID
in.OX_ID – Originator Exchange ID
in.RX_ID – Responder Exchange ID
in.SEQ_ID – Sequence ID
in.EC – Exchange context ( 0 – Originator, 1 - Responder )
in.FML – integer value which is either 0 for middle sequence of exchange or combination
of the following flags : _SEQ_FIRST, _SEQ_LAST.
( Hint : use '&' operator to check if this value contains some flag.
Like: if( in.FML & _SEQ_FIRST ) DoSomething(); )
in.SI – Sequence Initiative ( 0 – hold, 1 – transfer )
in.TYPE – Data structure type of the first frame of sequence
in.R_CTL – Routing Control of the first frame of sequence
in.NumOfFrames – Number of frames in the sequence
in.Pld_Bytes – Number of payload bytes the sequence transferred
in.RespTime – Time from the beginning of the first frame to the end of the last frame
( it has the same format as in.Time. See 11.1 VSE time object for details )
in.Thrpt – The sequence payload divided by response time expressed in megabytes
per second
Comentarios a estos manuales