TIMESYNC_ICSHARDWARE_SETTINGS Structure

Structure defining the parameters for Time Sync

typedef struct __declspec (align(2))
{
   uint8_t MasterEnable;
   uint8_t SlaveEnable;
   uint8_t MasterNetwork;
   uint8_t SlaveNetwork;
}TIMESYNC_ICSHARDWARE_SETTINGS;

Remarks

ItemDescription

MasterEnable

Not Defined

SlaveEnable

Not Defined

MasterNetwork

Not Defined

SlaveNetwork

Not Defined

Last updated