Enum novatel_oem6_api::MessageID[][src]

pub enum MessageID {
    Log,
    Unlog,
    UnlogAll,
    Version,
    RxStatusEvent,
    BestXYZ,
    Unknown,
}
[]

Supported message types

Variants

[]

Log command message

[]

Unlog command message

[]

Unlog all command message

[]

Version data log

[]

RX status event data log

[]

Best XYZ position/velocity data log

[]

Catch-all value for received messages with an unknown ID

Trait Implementations

impl Debug for MessageID
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Copy for MessageID
[src]

impl Clone for MessageID
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl PartialEq for MessageID
[src]
[+]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.

impl Default for MessageID
[src]
[+]

[]

Returns the "default value" for a type. Read more

impl From<u16> for MessageID
[src]
[+]

[]

Performs the conversion.

Auto Trait Implementations

impl Send for MessageID

impl Sync for MessageID