RCIMIWEngineOptions.create constructor
RCIMIWEngineOptions.create({
- String? fileServer,
- String? statisticServer,
- String? logServer,
- String? cloudControlServer,
- RCIMIWAreaCode? areaCode,
- String? environment,
- bool? kickReconnectDevice,
- RCIMIWCompressOptions? compressOptions,
- RCIMIWLogLevel? logLevel,
- RCIMIWPushOptions? pushOptions,
- bool? enablePush,
- bool? enableIPC,
Implementation
RCIMIWEngineOptions.create({
this.naviServer,
this.fileServer,
this.statisticServer,
this.logServer,
this.cloudControlServer,
this.areaCode,
this.environment,
this.kickReconnectDevice,
this.compressOptions,
this.logLevel,
this.pushOptions,
this.enablePush,
this.enableIPC,
});