Package de.jlnstrk.transit.api.hci.request
Types
HciRequest
Link copied to clipboard
data class HciRequest(client: HciClient, auth: HciAuth?, ext: String?, ver: String, lang: String, svcReqL: List<HciRequestEnvelope>)
Content copied to clipboard
HciRequestEnvelope
Link copied to clipboard
data class HciRequestEnvelope(req: HciServiceRequest<*>, meth: HciServiceMethod, cfg: HciRequestEnvelope.Configuration?)
Content copied to clipboard
HciServiceRequest
Link copied to clipboard