System Log Query 0x0082

SwitchKit Name

SystemLogQuery

Type

EXS API and SwitchKit API message

Description

System Log Query 0x0082

This message is used by the host to inquire about counters the system uses to keep track of certain events.

Sent by

Host

SwitchKit Code

C Structure

typedef struct {

} XL_SystemLogQuery;

C Structure Response

typedef struct {

unsigned short Status;

unsigned short TrunkStatePurges;

unsigned short UnackedHostMsgs;

unsigned short CallsNotServiced;

unsigned short MsgRetriesControl;

unsigned short MsgRetriesMatrix;

} XL_SystemLogQueryAck;

C++ Class

class XLC_SystemLogQuery : public XLC_OutboundMessage {

public:

};

C++ Class Response

class XLC_SystemLogQueryAck : public

XLC_AcknowledgeMessage {

public:

unsigned short getStatus() const;

void setStatus(unsigned short x);

unsigned short getTrunkStatePurges() const;

void setTrunkStatePurges(unsigned short x);

unsigned short getUnackedHostMsgs() const;

void setUnackedHostMsgs(unsigned short x);

unsigned short getCallsNotServiced() const;

void setCallsNotServiced(unsigned short x);

unsigned short getMsgRetriesControl() const;

void setMsgRetriesControl(unsigned short x);

unsigned short getMsgRetriesMatrix() const;

void setMsgRetriesMatrix(unsigned short x);

};

 

EXS API Hex Format

MESSAGE (White)

RESPONSE (Gray)

Byte

Field Description

Byte

Field Description

0

Frame (0xFE)

0

Frame (0xFE)

1, 2

Length (0x0005)

1, 2

Length (0x0011)

3, 4

Message Type (0x0082)

3, 4

Message Type (0x0082)

5

Reserved (0x00)

5

Reserved (0x00)

6

Sequence Number

6

Same Sequence Number

7

Logical Node ID

7

Logical Node ID

8

Checksum

8, 9

Status MSB, LSB

 

Response continued below.

10, 11

Number of Trunk Stage Purges (MSB, LSB)

12, 13

Number of unacknowledged host messages (MSB, LSB)

14, 15

Number of calls never serviced by host (MSB, LSB)

16, 17

Number of message retries on control/status HDLC link (MSB, LSB)

18, 19

Number of message retries on Matrix Controller-to-Matrix Controller HDLC link (MSB, LSB)

20

Checksum

 

NOTE: All counts are totals since last system power-up. All counts are reset when this message is received by the CSP.