Type Alias IoTScapeServiceAsyncUdp

Source
pub type IoTScapeServiceAsyncUdp = IoTScapeServiceAsync<UdpSocket>;

Aliased Type§

pub struct IoTScapeServiceAsyncUdp {
    pub definition: ServiceDefinition,
    pub name: String,
    pub next_msg_id: AtomicU64,
    pub rx_queue: Arc<Mutex<VecDeque<Request>>>,
    pub tx_queue: Arc<Mutex<VecDeque<Response>>>,
    pub client: Client,
    /* private fields */
}

Fields§

§definition: ServiceDefinition§name: String§next_msg_id: AtomicU64§rx_queue: Arc<Mutex<VecDeque<Request>>>§tx_queue: Arc<Mutex<VecDeque<Response>>>§client: Client