LBM .Net API Documentation
UMQIndexInfo Class
Namespacescom.latencybusters.lbmUMQIndexInfo

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

Declaration Syntax
C#
public class UMQIndexInfo
Members
All MembersConstructorsMethods



IconMemberDescription
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.

Inheritance Hierarchy
Object
UMQIndexInfo

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0