All Classes Namespaces Files Functions Pages
MeetingPointLicense Class Reference

This class represents the license information of your connected Meeting Point. More...

Methods

 Description.Get
 Returns a textual description of the object.
 
 NumberOfWirelessEndpoints.Get
 The maximum number of Wireless Endpoints that can be locked simultaneously. More...
 
 Parent.Get
 Returns the parent object.
 
 Serial.Get
 Retrieves the serial number. This serial number is the serial number of the hardware containing the license. This is handy info when contacting the ByteBlower support department. More...
 
 Time.Allowed.Get
 The number of minutes the Meeting Point can run on the license. If the value is set to 4294967295, the license is permanent and the number should be treated as infinity. More...
 
 Time.Consumed.Get
 The number of minutes the Meeting Point has run on the license. This value has only a meaning when the license is a temporary (demo) license. More...
 
 Version.Get
 

Class overview

This class represents the license information of your connected Meeting Point.

The license is defined by the security key hardware on your Meeting Point.

Since
2.6.0
Deprecated:
Since 2.10.0

Definition at line 17999 of file api.tcl.

Method documentation

MeetingPointLicense::NumberOfWirelessEndpoints.Get

The maximum number of Wireless Endpoints that can be locked simultaneously.

Returns
number of Wireless Endpoints
Example
1 $license NumberOfWirelessEndpoints.Get

Returns:

32 

Definition at line 18016 of file api.tcl.

MeetingPointLicense::Serial.Get

Retrieves the serial number. This serial number is the serial number of the hardware containing the license. This is handy info when contacting the ByteBlower support department.

Returns
the serial number of the hardware containing the license
Example
1 $license Serial.Get

Returns:

123456789 

Definition at line 18033 of file api.tcl.

MeetingPointLicense::Time.Allowed.Get

The number of minutes the Meeting Point can run on the license. If the value is set to 4294967295, the license is permanent and the number should be treated as infinity.

Returns
Number of minutes the Meeting Point can run.
Example
1 $license Time.Consumed.Get

Returns:

1800 

Definition at line 18045 of file api.tcl.

MeetingPointLicense::Time.Consumed.Get

The number of minutes the Meeting Point has run on the license. This value has only a meaning when the license is a temporary (demo) license.

Returns
Number of minutes the Meeting Point has used of the maximum allowed
Example
1 $license Time.Consumed.Get

Returns:

10 

Definition at line 18057 of file api.tcl.

MeetingPointLicense::Version.Get
Returns
the version of the license
Example
1 $license Version.Get

Returns:

1 

Definition at line 18067 of file api.tcl.