ChannelTrait.GetProgramGuideCommand.OptionalArgs

interface ChannelTrait.GetProgramGuideCommand.OptionalArgs


Optional arguments for the command GetProgramGuideCommand Request

Summary

Public properties

List<ChannelTrait.ChannelInfoStruct>

The set of channels for which program guide entries should be fetched.

ByteArray

Optional app-specific data.

UInt

The end of the time window for which program guide entries are to be retrieved, as a UTC time.

List<ChannelTrait.AdditionalInfoStruct>
ChannelTrait.PageTokenStruct

The pagination token used for managing pagination progression.

ChannelTrait.RecordingFlagBitmap

The flags of the programs for which entries should be fetched.

UInt

The beginning of the time window for which program guide entries are to be retrieved, as a UTC time.

Public properties

channelList

var channelListList<ChannelTrait.ChannelInfoStruct>

The set of channels for which program guide entries should be fetched.

data

var dataByteArray

Optional app-specific data.

endTime

var endTimeUInt

The end of the time window for which program guide entries are to be retrieved, as a UTC time.

pageToken

var pageTokenChannelTrait.PageTokenStruct

The pagination token used for managing pagination progression.

recordingFlag

var recordingFlagChannelTrait.RecordingFlagBitmap

The flags of the programs for which entries should be fetched.

startTime

var startTimeUInt

The beginning of the time window for which program guide entries are to be retrieved, as a UTC time.