You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > Reset Matrix 0x009D
SwitchKit Name
ResetMatrix
Type
EXS API or SwitchKit API message
Description
This message is used by the host to force a matrix to reset. If it sent to the active Matrix Controller or matrix in a redundant system, it will result in a Matrix Controller or matrix switchover. A switchover can also be initiated by sending a Become Active message to the standby Matrix Controller or matrix card.
Sent by
Related API Messages
Become Active 0x00A1 (ActivateMatrix)
SwitchKit Code
C Structure
typedef struct {
} XL_ResetMatrix;
C++ Class
class XLC_ResetMatrix : public XLC_OutboundMessage {
public:
};
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 (0x0007) |
3, 4 |
Message Type (0x009D) |
3, 4 |
Message Type (0x009D) |
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 |
|
10 |
Checksum |