/* AUTOMATICALY GENERATED by org.flib.net.CPickle.java */
#ifndef SDODOWNLOADCONFIRMMSG_H
#define SDODOWNLOADCONFIRMMSG_H

#include <fcpickle.h>
#include <sdoconfirmmsg.h>

#ifdef __cplusplus
extern "C" {
#endif


typedef struct SDODownloadConfirmMsg_t
{
// superclass is the first member of the structure
    SDOConfirmMsg_t super;
} SDODownloadConfirmMsg_t;

void SDODownloadConfirmMsg_init(SDODownloadConfirmMsg_t *o);  //< explicit constructor
int SDODownloadConfirmMsg_getObjectBufferSize(SDODownloadConfirmMsg_t *o);
int SDODownloadConfirmMsg_getPacketBufferSize(SDODownloadConfirmMsg_t *o);
int SDODownloadConfirmMsg_pickleObject(SDODownloadConfirmMsg_t *o, uint8_t *buffer, int buff_len);
int SDODownloadConfirmMsg_unpickleObject(SDODownloadConfirmMsg_t *o, uint8_t *buffer, int buff_len);
int SDODownloadConfirmMsg_toNet(SDODownloadConfirmMsg_t *o, uint8_t *buffer, int buff_len);
int SDODownloadConfirmMsg_fromNet(SDODownloadConfirmMsg_t *o, uint8_t *buffer, int buff_len);

#ifdef __cplusplus
}
#endif

#endif
