Deletepacket, Getactuallength, Geticrc – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual

Page 85

Advertising
background image

Methods of the IGCPacket Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-63

DeletePacket

void DeletePacket ( void );

Calls the destructor.

None

None

“IGCPacket, Destructor” on page 2-66

GetActualLength

virtual ig_int16 GetActualLength ( void ) const;

Returns actual packet length.
The call SetPacketLenght ( GetActualLength() ); automatically sets the
correct packet length.

A 16-bit integer holding the actual packet length.

None

“SetPacketLength” on page 2-67

GetICRC

virtual ig_int32 GetICRC (void) const;

Returns the ICRC of the packet

The ICRC is returned

None

Call

Description

Return Value

Parameters

See also

Call

Description

Return Value

Parameters

See also

Call

Description

Return Value

Parameters

Advertising