30 #ifndef _SML_COMMAND_H_ 31 #define _SML_COMMAND_H_ 36 SmlErrorType smlStatusGetCode(
SmlStatus *status);
37 SmlErrorClass smlStatusGetClass(
SmlStatus *status);
39 SmlBool smlStatusIsResult(
SmlStatus *status);
48 SmlCommand *smlCommandNewChange(SmlChangeType type,
const char *uid,
const char *data,
unsigned int size,
const char *contenttype,
SmlError **error);
57 #endif //_SML_COMMAND_H_
SmlCommand * smlCommandNewPartialChange(SmlChangeType type, const char *uid, const char *data, unsigned int complete_size, unsigned int partial_size, const char *contenttype, SmlError **error)