You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > Redundant LLC Register
Type
SwitchKit API message
Description
This message is used internally between the primary LLC and the redundant LLC.
This message does not have a response.
Sent by
LLC
C Structure
typedef struct {
} SK_RedundantLLCRegister;
C++ Class
class SKC_RedundantLLCRegister : public SKC_AdminMessage {
public:
};