UM .NET API
6.16.1
|
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... | |
UME Store Group Entry class.
Holds information about a UME store group, like the group's index and group size.
com.latencybusters.lbm.UMEStoreGroupEntry.UMEStoreGroupEntry | ( | ushort | index, |
ushort | groupSize | ||
) |
Creates a UMEStoreGroupEntry object and initializes the index and group size.
index | Index of the store group (must be >= 0). |
groupSize | Size of the store group (must be >= 0). |
com.latencybusters.lbm.LBMEInvalException | Store group index was < 0. |
com.latencybusters.lbm.LBMEInvalException | Store group size was < 0. |
ushort com.latencybusters.lbm.UMEStoreGroupEntry.groupSize | ( | ) |
Returns this store group's size.
ushort com.latencybusters.lbm.UMEStoreGroupEntry.index | ( | ) |
Returns this store group's index.