| |
- MessageMixIn
- PduMixInBase
-
- RequestPduMixIn
-
- GetNextRequestPduMixIn
- GetRequestPduMixIn
- GetResponsePduMixIn
- GetResponsePduMixIn
- SetRequestPduMixIn
- TrapPduMixIn
- VarBindMixIn
class GetResponsePduMixIn(RequestPduMixIn) |
| |
- Method resolution order:
- GetResponsePduMixIn
- RequestPduMixIn
- PduMixInBase
Methods defined here:
- apiAlphaGetEndOfMibIndices(self)
- apiAlphaGetErrorIndex(self)
- apiAlphaGetErrorStatus(self)
- apiAlphaSetEndOfMibIndices(self, *indices)
- apiAlphaSetErrorIndex(self, value)
- apiAlphaSetErrorStatus(self, value)
Methods inherited from RequestPduMixIn:
- apiAlphaGetRequestId(self)
- apiAlphaMatch(self, rspPdu)
- Return true if response PDU matches this ours
- apiAlphaReply(self, pdu=None)
- Return initialized response PDU
- apiAlphaSetRequestId(self, value)
- match = apiAlphaMatch(self, rspPdu)
- Return true if response PDU matches this ours
- reply = apiAlphaReply(self, pdu=None)
- Return initialized response PDU
Methods inherited from PduMixInBase:
- apiAlphaGetTableIndices(self, rsp, *headerVars)
- apiAlphaGetVarBindList(self)
- apiAlphaSetVarBindList(self, *varBinds)
|
ResponsePduMixIn = class GetResponsePduMixIn(RequestPduMixIn) |
| |
- Method resolution order:
- GetResponsePduMixIn
- RequestPduMixIn
- PduMixInBase
Methods defined here:
- apiAlphaGetEndOfMibIndices(self)
- apiAlphaGetErrorIndex(self)
- apiAlphaGetErrorStatus(self)
- apiAlphaSetEndOfMibIndices(self, *indices)
- apiAlphaSetErrorIndex(self, value)
- apiAlphaSetErrorStatus(self, value)
Methods inherited from RequestPduMixIn:
- apiAlphaGetRequestId(self)
- apiAlphaMatch(self, rspPdu)
- Return true if response PDU matches this ours
- apiAlphaReply(self, pdu=None)
- Return initialized response PDU
- apiAlphaSetRequestId(self, value)
- match = apiAlphaMatch(self, rspPdu)
- Return true if response PDU matches this ours
- reply = apiAlphaReply(self, pdu=None)
- Return initialized response PDU
Methods inherited from PduMixInBase:
- apiAlphaGetTableIndices(self, rsp, *headerVars)
- apiAlphaGetVarBindList(self)
- apiAlphaSetVarBindList(self, *varBinds)
|
|