Skip to main content

encode_dbus_call

Function encode_dbus_call 

Source
pub fn encode_dbus_call(
    serial: u32,
    destination: &str,
    path: &str,
    interface: &str,
    member: &str,
    signature: Option<&str>,
    body: &[u8],
) -> Vec<u8> 
Expand description

Writes a D-Bus method call message into a byte buffer.