You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > IP Socket Status Report 0x00F2
IP Socket Status Report 0x00F2
SwitchKit Name
IPSocketStatusReport
Type
EXS API and SwitchKit API message
Description
This message reports the status of a socket. The Excel platform sends this message to the host when a socket becomes connected or disconnected.
Sent by
Excel platform
SwitchKit Code
C Structure
typedef struct {
UBYTE Slot;
UBYTE DataType;
UBYTE TLVCount;
UBYTE Data[221];
} XL_IPSocketStatusReport;
C++ Class
class XLC_IPSocketStatusReport : public XLC_InboundMessage {
public:
UBYTE getSlot() const;
void setSlot(UBYTE x);
UBYTE getDataType() const;
void setDataType(UBYTE 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 (0x0007) |
|
3, 4 |
Message Type (0x00F2) |
3, 4 |
Message Type (0x00F2) |
|
5 |
Reserved (0x00) |
5 |
Reserved (0x00) |
|
6 |
Sequence Number |
6 |
Same Sequence Number |
|
7 |
Logical Node ID |
7 |
Logical Node ID |
|
: |
0x00 - Individual AEs |
8, 9 |
|
|
Number of AEs to follow |
|||
|
AE |
|||
|
: |
Data Type (TLVs) |
10 |
Checksum |
|
: |
Number of TLVs |
||
|
: |
TLV: |
||
|
: |
Checksum |
||