ctcGetStatusString

Returns a string containing a description of status that was passed in

extern (C)
const(char)*
ctcGetStatusString
(
ctcStatus_t status
)

Parameters

status

identifies which string should be returned

Return Value

Type: const(char)*

C style string containing the text description

Meta