Inspect.Message.Accept.List

Retrieves the list of accepted message types and identifiers.

Usage:

accepts = Inspect.Message.Accept.List()
ParameterTypeDatatypeDescription
acceptsresulttableList of all accepted message types. Takes the form of a key/value table. The key is a table containing {type, identifier}, where either element may be nil to indicate a wildcard. The value is the number of times this type has been accepted.