Source File
error_cause_invalid_mandatory_parameter.go
Belonging Package
github.com/pion/sctp
// SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>// SPDX-License-Identifier: MITpackage sctp// errorCauseInvalidMandatoryParameter represents an SCTP error cause.type errorCauseInvalidMandatoryParameter struct {errorCauseHeader}func ( *errorCauseInvalidMandatoryParameter) () ([]byte, error) {return .errorCauseHeader.marshal()}func ( *errorCauseInvalidMandatoryParameter) ( []byte) error {return .errorCauseHeader.unmarshal()}// String makes errorCauseInvalidMandatoryParameter printable.func ( *errorCauseInvalidMandatoryParameter) () string {return .errorCauseHeader.String()}
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |