ToiChannelServiceChannelInfo Interface Reference


Description

This is the documentation for ToiChannelServiceChannelInfo.
This structure contains information about a specific channel. Use toi.statics.ToiChannelServiceChannelInfo.create(<id>, <name>, <properties>) to create an instance of ToiChannelServiceChannelInfo.

import "ToiChannelServiceChannelInfo.idl";

List of all members.

Public Attributes

attribute
ToiChannelService::TToiChannelId 
id
attribute string name
attribute
ToiChannelService::TToiPropertySequence 
properties

Member Data Documentation

The unique id of the channel.

Name of the service, UTF-8 encoded.

List of properties associated with this service.