[][src]Function rusp::usp_generator::usp_get_supported_prototol_request

pub fn usp_get_supported_prototol_request<'a>(cspv: &'a str) -> Body<'a>

Generates a body of a USP Msg with a USP GetSupportedProtocol request

Arguments

  • cspv - The controller supported protocol version

Example

use rusp::usp_generator::usp_get_supported_prototol_request;
let req = usp_get_supported_prototol_request("1.1");