TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Definition of mobile_hand-over_info when linkage_type == LINKAGE_HAND_OVER. More...
#include <tsLinkageDescriptor.h>
Public Member Functions | |
MobileHandoverInfo ()=default | |
Default constructor. | |
void | clear () |
Clear object content. | |
Public Attributes | |
uint8_t | handover_type = 0 |
Hand-over type, 4 bits. | |
uint16_t | initial_service_id = 0 |
Initial service when origin_type == 0x00. | |
uint16_t | network_id = 0 |
Network when handover_type == 0x01, 0x02, 0x03. | |
uint8_t | origin_type = 0 |
Origin type, 0 = NIT, 1 = SDT. | |
Definition of mobile_hand-over_info when linkage_type == LINKAGE_HAND_OVER.