MEINodeIdnCyclic

MEINodeIdnCyclic

 

typedef struct MEINodeIdnCyclic {
    long	IDNumber;
    long	UsageFlags;	/* Gain Scheduling, etc. */
    union {
    long	*Src;		/* Host address */
    long	*Dst;		/* Host address */
    } Data;
} MEINodeIdnCyclic;
Description
  IDNumber the number of the IDN
  UsageFlags a bit mask that defines how the IDN is used
  Data a pointer to where the data is located
     
See Also