Message type enumeration.
| Enumerator | Value | Description |
|---|---|---|
| ERemConMessageTypeUndefined | 0 |
Undefined message type. |
| ERemConCommand |
Command. | |
| ERemConResponse |
Response. | |
| ERemConReject |
Errored Response or Reject. Treated as a command completion by RemCon | |
| ERemConNotifyCommand |
NotifyCommand |
Message subtype enumeration.
| Enumerator | Value | Description |
|---|---|---|
| ERemConMessageDefault | 0 |
Default command or response |
| ERemConNotifyCommandAwaitingInterim |
Notify command requiring an interim response and (later) changed response | |
| ERemConNotifyCommandAwaitingChanged |
Notify command requiring only a changed response, after notify has been readdressed | |
| ERemConNotifyResponseInterim |
Notify interim response | |
| ERemConNotifyResponseChanged |
Notify changed response |