You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > IP Address Query 0x00E6
SwitchKit Name
IPAddressQuery
Type
EXS API and SwitchKit API message
Description
This message allows the host to query the IP address, subnet mask, and reset indicator for Common Channel Signaling cards, VDAC cards, and VDAC VoIP Modules.
Sent by
SwitchKit Code
C Structure
typedef struct {
UBYTE Slot;
} XL_IPAddressQuery;
C Structure Response
typedef struct {
unsigned short Status;
UBYTE TLVCount;
UBYTE Data[250];
} XL_IPAddressQueryAck;
C++ Class
class XLC_IPAddressQuery : public XLC_OutboundMessage {
public:
UBYTE getSlot() const;
void setSlot(UBYTE x);
};
C++ Class Response
class XLC_IPAddressQueryAck : public XLC_AcknowledgeMessage {
public:
unsigned short getStatus() const;
void setStatus(unsigned short x);
UBYTE getTLVCount() const;
void setTLVCount(UBYTE x);
const UBYTE *getData() const;
UBYTE *getData();
void setData(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 (0x000B) |
3, 4 |
Message Type (0x00E6) |
3, 4 |
Message Type (0x00E6) |
5 |
Reserved (0x00) |
5 |
Reserved (0x00) |
6 |
Sequence Number |
6 |
Same Sequence Number |
7 |
Logical Node ID |
7 |
Logical Node ID |
: |
Address Method 0x00 - Individual AEs |
8, 9 |
|
Number of AEs to follow |
|||
AE |
|||
: |
Checksum |
10 |
Number of TLVs |
|
Response continued below: |
||
: |
|||
: |
Checksum |