UM .NET API  6.16
com.latencybusters.lbm.UMEStoreGroupEntry Class Reference

UME Store Group Entry class. More...

Public Member Functions

 UMEStoreGroupEntry ()
 Creates a UMEStoreGroupEntry object and initializes index and group size to 0.
 
 UMEStoreGroupEntry (ushort index, ushort groupSize)
 Creates a UMEStoreGroupEntry object and initializes the index and group size. More...
 
ushort index ()
 Returns this store group's index. More...
 
ushort groupSize ()
 Returns this store group's size. More...
 

Detailed Description

UME Store Group Entry class.

Holds information about a UME store group, like the group's index and group size.

Constructor & Destructor Documentation

com.latencybusters.lbm.UMEStoreGroupEntry.UMEStoreGroupEntry ( ushort  index,
ushort  groupSize 
)

Creates a UMEStoreGroupEntry object and initializes the index and group size.

Parameters
indexIndex of the store group (must be >= 0).
groupSizeSize of the store group (must be >= 0).
Exceptions
com.latencybusters.lbm.LBMEInvalExceptionStore group index was < 0.
com.latencybusters.lbm.LBMEInvalExceptionStore group size was < 0.

Member Function Documentation

ushort com.latencybusters.lbm.UMEStoreGroupEntry.groupSize ( )

Returns this store group's size.

Returns
Group size.
ushort com.latencybusters.lbm.UMEStoreGroupEntry.index ( )

Returns this store group's index.

Returns
The UME store group index.

The documentation for this class was generated from the following file: