#include <payload_tsr.h>
Inheritance diagram for openikev2::Payload_TSr:

Public Member Functions | |
| Payload_TSr () | |
| Creates a new empty Payload_TSr. | |
| Payload_TSr (auto_ptr< TrafficSelector > traffic_selector) | |
| Creates a new Payload_TSr inserting the indicated TrafficSelector. | |
| Payload_TSr (const Payload_TS &other) | |
| Clones a Payload_TSr. | |
| Payload_TSr (ByteBuffer &byte_buffer) | |
| Creates a new Payload_TSr based on its binary representation. | |
| openikev2::Payload_TSr::Payload_TSr | ( | auto_ptr< TrafficSelector > | traffic_selector | ) |
Creates a new Payload_TSr inserting the indicated TrafficSelector.
| traffic_selector | TrafficSelector to be inserted. |
| openikev2::Payload_TSr::Payload_TSr | ( | const Payload_TS & | other | ) |
| openikev2::Payload_TSr::Payload_TSr | ( | ByteBuffer & | byte_buffer | ) |
Creates a new Payload_TSr based on its binary representation.
| byte_buffer | Buffer with its read pointer at the "payload length" field |
1.5.1