OnixS EuroTLX MITCH Handler for C++  1.1.0.1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
TimeMsg Struct Reference

Sent by the server for every second for which at least one application message is generated. More...

Public Member Functions

std::string toString () const
 Returns string representation.
 

Static Public Member Functions

static const char * name ()
 string name of the message
 

Public Attributes

UInt32 seconds
 Number of seconds since midnight. More...
 
- Public Attributes inherited from Message
UInt8 length
 Message Length.
 
Byte type
 Message Type.
 

Detailed Description

Sent by the server for every second for which at least one application message is generated.

This message is not transmitted during periods where no other application messages are generated.

Member Data Documentation

UInt32 seconds

Number of seconds since midnight.

Midnight will be in terms of the local time for the server (i.e. not UTC).