Crate sip2

Source

Modules§

spec
SIP2 Specification as a collection of static values.
util
SIP utility functions

Structs§

Client
Wrapper for Connection which provides a simpler interface for some common SIP2 actions.
Connection
Manages a TCP connection to a SIP server and handles message sending and receiving.
Field
SIP Field with code and value.
FixedField
Fixed field with spec and value.
Message
SIP message complete with message code, fixed fields, and fields.
ParamSet
Collection of friendly-named SIP request parameters for common tasks.

Enums§

Error
Errors related to SIP2 Client communication