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