#include <payload_tsi.h>
Inheritance diagram for openikev2::Payload_TSi:

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