[Missing <summary> documentation for T:com.latencybusters.lbm.UMQIndexInfo]

C# |
public class UMQIndexInfo

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | UMQIndexInfo(array<Byte>[]()[], Int32) |
Creates a UMQIndexInfo object using specified (arbitrary, user-specified) data.
|
![]() | UMQIndexInfo(UInt64) |
Creates a numeric UMQIndexInfo object using the specified 64-bit unsigned index number.
|
![]() | UMQIndexInfo()()() | Initializes a new instance of the UMQIndexInfo class |
![]() | flags()()() |
Returns flags for this UMQIndexInfo object.
|
![]() | index()()() |
Returns data index for this UMQIndexInfo object. Throws an LBMEInvalException if the UMQIndexInfo object is numeric.
|
![]() | indexLength()()() |
Returns length of non-numeric index. Throws an LBMEInvalException if index is numeric.
|
![]() | numericIndex()()() |
Returns 64-bit unsigned numeric index for this UMQIndexInfo object. Throws an LBMEInvalException if the index is not numeric.
|
![]() | setIndex(array<Byte>[]()[], Int32) |
Sets data index to specified data. Index length must be greater than 0 and less than or equal to LBM.UMQ_MAX_INDEX_LEN.
|
![]() | setNumericIndex(UInt64) |
Sets index to specified numeric index.
|

Object | |
![]() | UMQIndexInfo |