MessageType

Entries

Link copied to clipboard

Request data that requires a response, except if the request data mentions explicitely that a response data is not expected.

Link copied to clipboard

Response data, sent to answer to a request data

Link copied to clipboard

Unsollicited notification data that does not require an answer

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toRTRMessageType(): RTRMessageType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.