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 std::string OI2String(OBJECT_IDENTIFIER_t * oi);
12 bool SendOpenPDU(int fd);
13 int SendClosePDU(int fd);
14 int SendRReqPDU(int fd);
15 SMUX_PDUs_t * RecvSMUXPDUs(int fd);
16 int SendGetResponsePDU(int fd, GetResponse_PDU_t * getResponse);
17 int SendGetResponseErrorPDU(int fd,
18 const PDU_t * getRequest,