HP WebQoS Administration Guide
Manuals
Brands
HP Manuals
Software
HP WebQoS Software
141
142
143
144
145
146
147
148
149
150
External Measurement API
Sample Program
Appendix B
142
}
// close the connection once everything is done
if (status == WQ_STATUS_OK)
status = wqCloseConnection(socket);
}
1
...
...
140
141
142
143
144
...
...
150