
Verification Script Engine Reference Manual
18 FC data frame retrieving functions
This group of functions covers VSE capability to extract information about FC data frame headers
other than Frame Header. Frame Header fields are provided as members of input context for data
frame trace event. ( See Data frame-specific set of members for details )
If either header or field is not present in the frame – all of those functions will return null-value ( see
CSL Manual –for details about null-value ).
18.1 GetNetHField()
Extracts information about Network header field. ( Currently not implemented. )
Format : GetNetHField ( net_fld )
Parameters:
net_fld - Network header field identifier that can be one of the following values:
Network Destination Address (high order bits)
Network Destination Address (low order bits)
Network Source Address (high order bits)
Network Source Address (low order bits)
Example:
val = GetNetHField ( _S_NAA_L );
NOTE : If there are some reserved fields in headers – they can be retrieved by using some
special keywords in header retrieving functions :
Kommentare zu diesen Handbüchern