This is the documentation for ToiDvbEitCacheExtendedEventInfo.
This structure contains extended information about an EIT event. See EN 300 468 for more info. Use toi.statics.ToiDvbEitCacheExtendedEventInfo.create(<eventId>, <shortInfo>, <extendedInfo>) to create an instance of ToiDvbEitCacheExtendedEventInfo.
import "ToiDvbEitCacheExtendedEventInfo.idl";
Public Attributes | |
attribute long | eventId |
attribute string | shortInfo |
attribute string | extendedInfo |
attribute long ToiDvbEitCacheExtendedEventInfo::eventId |
The identifier of the event.
attribute string ToiDvbEitCacheExtendedEventInfo::extendedInfo |
A more extended description of the event, UTF-8 encoded. Refer to externed event descriptori's non itemized extended text.
attribute string ToiDvbEitCacheExtendedEventInfo::shortInfo |
A short description of the event, UTF-8 encoded. Refer to short event descriptor.