PreviousNext
Source code support
Help > Introduction > Device exploration > Peripheral enumeration > Source code support

typedef struct

{

  uns16       DpaVersion;

  uns8        UserPerNr;

  uns8        EmbeddedPers[ PNUM_USER / 8 ];

  uns16       HWPID;

  uns16       HWPIDver;

  uns8        Flags;

  uns8        UserPer[ ( PNUM_MAX - PNUM_USER + 1 + 7 ) / 8 ];

} TEnumPeripheralsAnswer;

 

TEnumPeripheralsAnswer     _DpaMessage.EnumPeripheralsAnswer;