enum NatPMP::ResultCodes
Overview
Result codes defined by the RFC 6886
Defined in:
natpmp.crEnum Members
-
SUCCESS =
0
-
UNSUPPORTED_VERSION =
1
-
NOT_AUTHORIZED_OR_REFUSED =
2
-
NETWORK_FAILURE =
3
-
OUT_OF_RESOURCES =
4
-
UNSUPPORTED_OPCODE =
5
Instance Method Summary
- #network_failure?
- #not_authorized_or_refused?
- #out_of_resources?
- #success?
- #unsupported_opcode?
- #unsupported_version?