30 #ifndef _SML_DEVINF_INTERNALS_H_
31 #define _SML_DEVINF_INTERNALS_H_
35 SmlDevInfVersion version;
37 SmlDevInfDevTyp devtyp;
41 char *softwareVersion;
42 char *hardwareVersion;
43 char *firmwareVersion;
47 SmlBool supportsLargeObjs;
48 SmlBool supportsNumberOfChanges;
58 SmlBool supportsHierarchicalSync;
62 unsigned int maxGUIDSize;
64 char *rxPrefContentType;
67 char *txPrefContentType;
93 unsigned int maxOccur;
95 unsigned int propSize;
112 SmlDevInfSyncCap smlDevInfSyncCapConvert(
unsigned int id,
SmlError **error);
114 #endif //_SML_DEVINF_INTERNALS_H_