Struct ethcore_ipc_tests::service::ServiceClient
[−]
[src]
pub struct ServiceClient<S: IpcSocket> { /* fields omitted */ }
pub struct ServiceClient<S: IpcSocket> { /* fields omitted */ }
impl<S: IpcSocket> ServiceClient<S>
[src]fn commit(&self, f: u32) -> u32
fn rollback(&self, a: Option<u32>, b: u32) -> i32
fn push_custom(&self, data: CustomData) -> bool
fn void(&self, a: u64)
fn handshake(&self) -> Result<(), Error>
impl<S: IpcSocket> WithSocket<S> for ServiceClient<S>
[src]fn init(socket: S) -> ServiceClient<S>