Jump to content

VINCENZO

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by VINCENZO

  1. I have to create a library that has as input the pointer to this structure

     

    unsigned char 

    Type
     
    unsigned int  Len
     
    union {
       unsigned char   Raw [EFIUDS_MSG_MAX_DATA_SIZE]
     
       struct {
          unsigned char   SI
     
          unsigned char   PARAM [EFIUDS_MSG_MAX_DATA_SIZE-1]
     
       }   REQUEST
     
       struct {
          unsigned char   PR_SI
     
          unsigned char   PARAM [EFIUDS_MSG_MAX_DATA_SIZE-1]
     
       }   POSITIVE_RESPONSE
     
       struct {
          unsigned char   NR_SI
     
          unsigned char   SI
     
          unsigned char   NRC
     
       }   NEGATIVE_RESPONSE
     

    Data

    how do i implement the labview?
    thank you

     

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.