Index

Classes


Class COMArray

Class Summary
Constructor Attributes Constructor Name and Description
 
Array to emulate COM list, to have a common API accross all AgentLink implementations Array in readonly for client.
Field Summary
Field Attributes Field Name and Description
 
- the number of objects in the array
Method Summary
Method Attributes Method Name and Description
 
Item(idx)
Class Detail
COMArray()
Array to emulate COM list, to have a common API accross all AgentLink implementations Array in readonly for client.
Field Detail
{number} Count
- the number of objects in the array
Method Detail
{object} Item(idx)
Parameters:
{number} idx
- The index of object to return
Returns:
{object} - The object for the Index specified

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Nov 05 2014 12:49:32 GMT+0100 (CET)