LBM .Net API Documentation
UMEStoreGroupEntry Constructor (index, groupSize)
Namespaces
►
com.latencybusters.lbm
►
UMEStoreGroupEntry
►
UMEStoreGroupEntry(UInt16, UInt16)
C#
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
Exception
Condition
Store group index was < 0.
Store group size was < 0.
Assembly:
lbmcs
(Module: lbmcs) Version: 6.7.1.0