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";
Public Attributes | |
attribute ToiChannelService::TToiChannelId | id |
attribute string | name |
attribute ToiChannelService::TToiPropertySequence | properties |
The unique id of the channel.
attribute string ToiChannelServiceChannelInfo::name |
Name of the service, UTF-8 encoded.
List of properties associated with this service.