You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > Resource Attribute Configure 0x00E3
Resource Attribute Configure 0x00E3
SwitchKit Name
ResourceAttributeConfig
Type
EXS API and SwitchKit API message
Description
Resource Attribute Configure 0x00E3
Use this message to configure attributes on a VDAC-ONE card, IP Network Interface Series 2 card, or a VoIP module.
For VDAC-ONE cards, if a span/channel is active, this message waits until the call ends before updating the configuration.
For IP Network Interface Series 2 cards, you can change the payload size and type during the call.
Sent By
SwitchKit Code
Configuration
ResourceAttributeConfig (
Node = integer,
Slot = integer,
DataType = integer,
TLVCount = integer,
Data = byte array);
C Structure
typedef struct {
UBYTE Slot;
UBYTE DataType;
UBYTE TLVCount;
UBYTE Data[221];
} XL_ResourceAttributeConfig;
C++ Class
class XLC_ResourceAttributeConfig : public XLC_OutboundMessage {
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