6 #include "stg/OBJECT_IDENTIFIER.h"
7 #include "stg/SMUX-PDUs.h"
8 #include "stg/GetResponse-PDU.h"
10 bool String2OI(const std::string & str, OBJECT_IDENTIFIER_t * oi);
11 bool SendOpenPDU(int fd);
12 bool SendClosePDU(int fd);
13 bool SendRReqPDU(int fd);
14 SMUX_PDUs_t * RecvSMUXPDUs(int fd);
15 bool SendGetResponsePDU(int fd, GetResponse_PDU_t * getResponse);
16 bool SendGetResponseErrorPDU(int fd,
17 const PDU_t * getRequest,