19 #define DtSUPPLY_VALID 1
20 #define DtSUPPLY_BAD_INDEX 0
26 typedef void (*DtServiceRequestPduCb)(DtServiceRequestPdu *pdu,
void *usr);
33 enum { PduStaticSize=28 };
64 int numSupplyTypes()
const;
65 void setNumSupplyTypes(
int numTypes);
68 float *quantity = NULL,
69 int *retCode = NULL)
const;
70 void setNthSupply(
int supplyIndex,
85 DtServiceRequestPduCb cb,
void *usr);
87 DtServiceRequestPduCb cb,
void *usr);
90 int indexInBounds(
int ind)
const;