BasicChannel.GetCategoryName Method

This method gets the text of a category.

Namespace:  IntervalZero.MaxRT.Libraries.DebugMessage
Assembly:  IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public string GetCategoryName(
    uint Category
)

Parameters

Category

Type: UInt32
The index of the category to configure. This value is between 0 and 63.

Return Value

Type: String
Name of the category.

InvalidOperationException is thrown when the channel is not open.

MaxRTNativeException is thrown when this error occurs:

Error code Meaning

ERROR_INVALID_PARAMETER

The value of parameter Category is outside the acceptable range (0-63).

See Also: