class MAGES::Recorder::EndPacket

Overview

Packet sent at the end of a recording. More…

class EndPacket: public MAGES::Recorder::Packet
{
public:
    // properties

    override PacketType Type;
    double Rtss;

    // methods

    EndPacket(double rtss);
};

Inherited Members

public:
    // properties

    PacketType Type;

Detailed Documentation

Packet sent at the end of a recording.

Properties

override PacketType Type

Gets the type of packet.

double Rtss

Gets the RTSS of the packet.

Methods

EndPacket(double rtss)

Initializes a new instance of the EndPacket class.

Parameters:

rtss

The real time since startup value when this packet was created.