Struct artnet_protocol::Poll[][src]

pub struct Poll {
    pub version: [u8; 2],
    pub talk_to_me: ArtTalkToMe,
    pub diagnostics_priority: u8,
}

Used to poll the nodes in the network

Fields

Determines which version the server has. Will be ARTNET_PROTOCOL_VERSION by default

Determines how the nodes should respond

Determines the priority of the diagnostics that the nodes should send

Methods

impl Poll
[src]

Convert this struct to a byte array.

Convert a byte array to an instance of this struct.

Trait Implementations

impl Debug for Poll
[src]

Formats the value using the given formatter. Read more

impl Default for Poll
[src]

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

Auto Trait Implementations

impl Send for Poll

impl Sync for Poll