1.3.4.1.15 MAC_PLC_TABLES Struct
C
typedef struct { // Pointers MAC_DEVICE_TABLE_ENTRY *macPlcDeviceTable; // Sizes uint16_t macPlcDeviceTableSize; } MAC_PLC_TABLES;
Summary
Defines MAC PLC Tables and Sizes.
Description
This structure contains pointers to MAC PLC Tables (hosted outside the MAC PLC library) and their sizes.
Field description:
macPlcDeviceTable. Pointer to MAC PLC Device Table.
macPlcDeviceTableSize. Max number of entries in MAC PLC Device Table.
Remarks
None.