This is the documentation for ToiDvbEitCacheDvbEitUpdateInfo.
This structure is used to identify a service that has updated EIT events. Use toi.statics.ToiDvbEitCacheDvbEitUpdateInfo.create(<originalNetworkId>, <transportStreamId>, <serviceId>, <time>, <duration>) to create an instance of ToiDvbEitCacheDvbEitUpdateInfo.
import "ToiDvbEitCacheDvbEitUpdateInfo.idl";
Public Attributes | |
| attribute long | originalNetworkId |
| attribute long | transportStreamId |
| attribute long | serviceId |
| attribute unsigned long | time |
| attribute long | duration |
| attribute long ToiDvbEitCacheDvbEitUpdateInfo::duration |
The length of the updated interval in seconds.
| attribute long ToiDvbEitCacheDvbEitUpdateInfo::originalNetworkId |
The original network identifier.
| attribute long ToiDvbEitCacheDvbEitUpdateInfo::serviceId |
The service identifier.
| attribute unsigned long ToiDvbEitCacheDvbEitUpdateInfo::time |
The start time of the updated interval given in seconds since the Unix epoch.
| attribute long ToiDvbEitCacheDvbEitUpdateInfo::transportStreamId |
The transport stream identifier.