MCPcopy Create free account
hub / github.com/c-jimenez/open-ocpp / Request

Class Request

tools/json2cpp/json2cpp.py:187–198  ·  view source on GitHub ↗

OCPP request

Source from the content-addressed store, hash-verified

185 return []
186
187class Request(Type):
188 '''
189 OCPP request
190 '''
191
192 def __init__(self):
193 '''
194 Constructor
195 '''
196
197 self.associated_types = []
198 ''' OCPP types associated with the request '''
199
200class Message(Type):
201 '''

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected