SRADSuperMoonSettings Structure
typedef struct __declspec (align(2))
{
uint16_t perf_en;
OP_ETH_GENERAL_SETTINGS opEthGen;
OP_ETH_SETTINGS opEth1;
uint16_t network_enables;
uint16_t network_enables_2;
uint16_t network_enabled_on_boot;
uint16_t network_enables_3;
STextAPISettings text_api;
uint16_t pc_com_mode;
TIMESYNC_ICSHARDWARE_SETTINGS timeSyncSettings;
uint16_t hwComLatencyTestEn;
RAD_GPTP_SETTINGS gPTP;
}SRADSuperMoonSettings;<StructLayout(LayoutKind.Sequential, Pack:=2)> Public Structure SRADSuperMoonSettings
Dim perf_en As UInt16
Dim opEthGen As OP_ETH_GENERAL_SETTINGS
Dim opEth1 As OP_ETH_SETTINGS
Dim network_enables As UInt16
Dim network_enables_2 As UInt16
Dim network_enabled_on_boot As UInt16
Dim network_enables_3 As UInt16
Dim text_api As STextAPISettings
Dim pc_com_mode As UInt16
Dim timeSyncSettings As TIMESYNC_ICSHARDWARE_SETTINGS
Dim hwComLatencyTestEn As UInt16
Dim gPTP As RAD_GPTP_SETTINGS
End StructureItem
Description
Last updated