All Classes Namespaces Files Functions Pages
Capability Class Reference

Represents a capability, A feature it supports or not. More...

Methods

 CapabilityDescription.Get
 Returns a human-readable description of the capability. More...
 
 Description.Get
 Returns a textual description of the object.
 
 Name.Get
 Returns a human-readable name of the capability. More...
 
 Parent.Get
 Returns the parent object.
 
 Value.Get
 Returns a Capability.Value object. More...
 
 VersionAdded.Get
 Returns the ByteBlower Server/ByteBlower MeetingPoint version since when this capability is added. More...
 

Class overview

Represents a capability, A feature it supports or not.

Using this class, you can check if e.g. a WirelessEndpoint supports latency measurements or not

Definition at line 3130 of file api.tcl.

Method documentation

Capability::CapabilityDescription.Get

Returns a human-readable description of the capability.

Example
1 $capability CapabilityDescription.Get

Returns:

This capability is set to true when ... 

Definition at line 3140 of file api.tcl.

Capability::Name.Get

Returns a human-readable name of the capability.

Example
1 $capability Name.Get

Returns:

Tx.Stream.Latency 

Definition at line 3155 of file api.tcl.

Capability::Value.Get

Returns a Capability.Value object.

Returns
<Capability.Value object>
Example
1 $capability Value.Get

Returns:

<Capability.Value object>  

Definition at line 3170 of file api.tcl.

Capability::VersionAdded.Get

Returns the ByteBlower Server/ByteBlower MeetingPoint version since when this capability is added.

Example
1 $capability VersionAdded.Get

Returns:

2.6.0 

Definition at line 3180 of file api.tcl.