pub type dv_session_t = dv_session;Expand description
Session object with parameters
Aliased Type§
#[repr(C)]pub struct dv_session_t {
pub handle: *mut c_void,
pub socket_str: *mut u8,
pub socket_type: u32,
}Fields§
§handle: *mut c_void< session private handle, managed by client library
socket_str: *mut u8< NULL terminated socket connection string
socket_type: u32< socket types: Unix domain socket/TCPIPv4