The full description of a Web channel.
{ string title; string url; unsigned int maxSize; unsigned int linkDepth; boolean allowImages; boolean offsitelinks; string refreshBehaviour; unsigned int hours; unsigned int wdo; string rtime; unsigned intflags; long modifiedTime; boolean allowBinaryDistribution; boolean isHidden; unsigned int colorDepth; string description; unsigned int category; boolean syncOnlyChannel; string startSyncUrl; string endSyncUrl; };
title The channel’s display name.
url The channel’s URL.
maxSize The maximum size of channel content in Kbytes.
linkDepth The link depth of pages to retrieve.
allowImages Does channel display images on-device?
offsitelinks Follow offsite links?
refreshBehaviour The refresh behavior of the channel: once, always, hourly, or daily.
hours channel refresh schedule is hourly: 0 , 1.
wdo channel refresh schedule is weekdays only: 0 , 1.
rtime channel refresh schedule is refresh=daily
, refresh time
flags Bit flags for refresh days.
modifiedTime channel last modified time.
allowBinaryDistribution Bit flag allows binary distribution of files.
isHidden Bit flag indicates whether the channel is hidden.
colorDepth The color depth at which to display channel content: 0 , 1, 2, 4, 8, and 16.
description The public channel description.
category The public channel category.
syncOnlyChannel Flag determines whether a channel can only perform a synchronization to retrieve data (not go online).
startSyncUrl The first URL to retrieve as the synchronization starts.
endSyncUrl The last URL retrieved when the synchronization ends.
WebChannelDetailArray
is an array of WebChannelDetail
structures.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |