Retrieves the list of accepted message types and identifiers.
accepts = Inspect.Message.Accept.List() | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
accepts | result | table | List 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. |