Poll Interval Configure 0x009F

SwitchKit Name

PollIntervalConfig

Type

EXS API and SwitchKit API message

Description

Poll Interval Configure 0x009F

The poll interval is the time between Poll messages generated by the CSP Matrix Series 3 Card or other cards. A CSP Matrix Series 3 Card may generate Poll messages at any time to report CSP Matrix Series 3 Card state changes. The default poll interval is two seconds. This message can also be sent from the host to an SS7 card to change the SS7 poll interval.

The host can send this message to the active or standby CSP Matrix Series 3 Card.

 

Sent by

Host

SwitchKit Code

Configuration

PollIntervalConfig (

Node = integer,

PollInterval = integer);

C Structure

typedef struct {

UBYTE PollInterval;

} XL_PollIntervalConfig;

C++ Class

class XLC_PollIntervalConfig : public XLC_OutboundMessage {

public:

UBYTE getPollInterval() const;

void setPollInterval(UBYTE x);

};

 

 

EXS API Hex Format

MESSAGE (White)

RESPONSE (Gray)

Byte

Field Description

Byte

Field Description

0

Frame (0xFE)

0

Frame (0xFE)

1, 2

Length (0xNNNN)

1, 2

Length (0x0006)

3, 4

Message Type (0x009F)

3, 4

Message Type (0x009F)

5

Reserved (0x00)

5

Reserved (0x00)

6

Sequence Number

6

Same Sequence Number

7

Logical Node ID

7

Logical Node ID

8, 9

Status MSB, LSB

10

Checksum

8

Poll Interval

0x00 Disable Polling (except when a CSP Matrix Series 3 Card state transition occurs)
If Host Link Failure Detection is enabled, you must disable it using the
System Configuration message before polling is actually disabled.

 

0x01–0xFF The number of seconds for the polling interval, in tenths of seconds
(the maximum polling interval is 25.5 seconds).

The poll interval remains set after a reset, but must be reset if the
CSP Matrix Series 3 Card powered down.

9

Checksum