SyncedWebChannel

Describes a list of channels that have been synchronized to a device.

Structure
{   
     unsigned int id; 
     unsigned int size; 
     string lastUpdated; 
     string syncTime; 
};
Fields
  • id   The channel’s unique ID.

  • size   The channel’s size, in bytes.

  • lastUpdated   The channel’s last update time.

  • syncTime   The channel’s last synchronization time.

Remarks

SyncedWebChannelArray is an array of SyncedWebChannel structures.