HciRequestEnvelope

data class HciRequestEnvelope(req: HciServiceRequest<*>, meth: HciServiceMethod, cfg: HciRequestEnvelope.Configuration?)

Types

Configuration
Link copied to clipboard
class Configuration(cfgHash: String?, polyEnc: HafasPolylineEncoding?, rtMode: HafasRealtimeMode?)

Properties

cfg
Link copied to clipboard
val cfg: HciRequestEnvelope.Configuration?
meth
Link copied to clipboard
val meth: HciServiceMethod
req
Link copied to clipboard
val req: HciServiceRequest<*>