include/sdo.h
changeset 74 c0b4b2ef7579
parent 71 95cd3376cc9f
child 149 fe50ada8020b
equal deleted inserted replaced
73:60441122e121 74:c0b4b2ef7579
    58   UNS8           dataType;   /* Defined in objdictdef.h Value is visible_string 
    58   UNS8           dataType;   /* Defined in objdictdef.h Value is visible_string 
    59                               * if it is a string, any other value if it is not a string, 
    59                               * if it is a string, any other value if it is not a string, 
    60                               * like 0. In fact, it is used only if client.
    60                               * like 0. In fact, it is used only if client.
    61                               */
    61                               */
    62   TIMER_HANDLE   timer;      /* Time counter to implement a timeout in milliseconds.
    62   TIMER_HANDLE   timer;      /* Time counter to implement a timeout in milliseconds.
    63                              /* It is automatically incremented whenever 
    63                               * It is automatically incremented whenever 
    64                              /* the line state is in SDO_DOWNLOAD_IN_PROGRESS or 
    64                               * the line state is in SDO_DOWNLOAD_IN_PROGRESS or 
    65                              /* SDO_UPLOAD_IN_PROGRESS, and reseted to 0 
    65                               * SDO_UPLOAD_IN_PROGRESS, and reseted to 0 
    66                              /* when the response SDO have been received.
    66                               * when the response SDO have been received.
    67                               */
    67                               */
    68   SDOCallback_t Callback;   /* The user callback func to be called at SDO transaction end */
    68   SDOCallback_t Callback;   /* The user callback func to be called at SDO transaction end */
    69 };
    69 };
    70 typedef struct struct_s_transfer s_transfer;
    70 typedef struct struct_s_transfer s_transfer;
    71   
    71