pub struct SysconfigSynchronousProxy { /* private fields */ }
Implementations§
source§impl SysconfigSynchronousProxy
impl SysconfigSynchronousProxy
pub fn new(channel: Channel) -> Self
pub fn into_channel(self) -> Channel
sourcepub fn wait_for_event(&self, deadline: Time) -> Result<SysconfigEvent, Error>
pub fn wait_for_event(&self, deadline: Time) -> Result<SysconfigEvent, Error>
Waits until an event arrives and returns it. It is safe for other threads to make concurrent requests while waiting for an event.
sourcepub fn read(&self, ___deadline: Time) -> Result<SysconfigReadResult, Error>
pub fn read(&self, ___deadline: Time) -> Result<SysconfigReadResult, Error>
Read from the sub-partition
sourcepub fn write(&self, payload: &mut Buffer, ___deadline: Time) -> Result<i32, Error>
pub fn write(&self, payload: &mut Buffer, ___deadline: Time) -> Result<i32, Error>
Writes to the sub-partition
sourcepub fn get_partition_size(
&self,
___deadline: Time
) -> Result<SysconfigGetPartitionSizeResult, Error>
pub fn get_partition_size( &self, ___deadline: Time ) -> Result<SysconfigGetPartitionSizeResult, Error>
Get sub-partition size.