LBM .Net API Documentation
UMEStoreGroupEntry Constructor (index, groupSize)
Namespacescom.latencybusters.lbmUMEStoreGroupEntryUMEStoreGroupEntry(UInt16, UInt16)
Creates a UMEStoreGroupEntry object and initializes the index and group size.
Declaration Syntax
C#
public UMEStoreGroupEntry(
	ushort index,
	ushort groupSize
)
Parameters
index (UInt16)
Index of the store group (must be >= 0).
groupSize (UInt16)
Size of the store group (must be >= 0).
Exceptions
ExceptionCondition
Store group index was < 0.
Store group size was < 0.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0