Module rusp::usp_generator[][src]

Re-exports

pub use crate::usp_types::NotifyType;
pub use crate::usp_types::PayloadSARState;
pub use crate::usp_types::PayloadSecurity;

Structs

RequestedPathResult

Enums

OperationResponse

Enum describing the result of an operation, sent through the Operate response

Functions

get_err_msg

Gets an USP error message from the error code

usp_add_request

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

usp_add_response

Creates a body for a USP Msg with a USP AddResp response

usp_delete_request

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

usp_delete_response

Creates a body for a USP Msg with a USP DeleteResp response

usp_error

Creates a body for a USP Msg with an USP Error

usp_get_instances_request

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

usp_get_instances_response

Creates a body for a USP Msg with a USP GetInstancesResp response

usp_get_request

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

usp_get_response

Creates a body for a USP Msg with a USP GetResp response

usp_get_response_from_json

Creates a body for a USP Msg with a USP GetResp response

usp_get_supported_dm_request

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

usp_get_supported_dm_response

Creates a body for a USP Msg with a USP GetSupportedDM response

usp_get_supported_protocol_response

Creates a body for a USP Msg with a USP GetSupportedProtocolResp response

usp_get_supported_prototol_request

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

usp_msg

Wraps the body of a USP Msg into a USP Msg with the specified message ID

usp_no_session_context_record

Wraps a Usp Msg into an “no_session_context” USP Record with the specified record information

usp_notify_request

Wraps the body of a USP Msg with a USP Notify request

usp_notify_response

Creates a body for a USP Msg with a USP NotifyResp response

usp_operate_request

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

usp_operate_response

Creates a body for a USP Msg with a USP OperateResp response

usp_session_context_record

Wraps a Usp Msg into an “session_context” USP Record with the specified record information

usp_set_request

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

usp_set_response

Creates a body for a USP Msg with a USP SetResp response

usp_simple_error

Creates a body for a USP Msg with an USP Error

Type Definitions

GetResp