Skip to content

Class SpinnakerNET::ManagedInterfaceList

ClassList > SpinnakerNET > ManagedInterfaceList

  • #include <ManagedInterfaceList.h>

Inherits the following classes: SpinnakerNET::IManagedInterfaceList, List< IManagedInterface^>

Public Functions

Type Name
virtual IManagedInterface GetByIndex (unsigned int index)
virtual unsigned int GetSize ()

Public Functions inherited from SpinnakerNET::IManagedInterfaceList

See SpinnakerNET::IManagedInterfaceList

Type Name
IManagedInterface GetByIndex (unsigned int index)
unsigned int GetSize ()

Public Functions Documentation

function GetByIndex

virtual IManagedInterface SpinnakerNET::ManagedInterfaceList::GetByIndex (
    unsigned  int index
) 

Returns a managed Interface object at the "index".

Parameters:

  • index The index at which to retrieve the managed Interface object

Returns:

A managed Interface object.

Implements SpinnakerNET::IManagedInterfaceList::GetByIndex


function GetSize

virtual unsigned  int SpinnakerNET::ManagedInterfaceList::GetSize () 

Returns the size of the interface list. The size is the number of Interface objects stored in the list.

Returns:

An integer that represents the list size.

Implements SpinnakerNET::IManagedInterfaceList::GetSize



The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/ManagedInterfaceList.h