Struct msg_transmitter::uds::UDSMsgClient[][src]

pub struct UDSMsgClient<T> { /* fields omitted */ }

Methods

impl<T> UDSMsgClient<T> where
    T: DeserializeOwned + Serialize + Send + 'static + Clone
[src]

addr is socket address. like: 127.0.0.1:6666. name is the client's name, to identity which client it is.

process_function receive a message from server and send a series of messages to server

Trait Implementations

impl<T: Debug> Debug for UDSMsgClient<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for UDSMsgClient<T> where
    T: Send

impl<T> Sync for UDSMsgClient<T> where
    T: Sync