LKMgwExpResponse Class Reference

Inherits from NSObject
Declared in LKMobileGateway.h

Overview

RPC请求回执内容

  successed

是否成功

@property (nonatomic, assign) BOOL successed

Discussion

是否成功

Declared In

LKMobileGateway.h

  dataObject

服务端返回的json的data字段

@property (nonatomic, strong, nullable) id dataObject

Discussion

服务端返回的json的data字段

Declared In

LKMobileGateway.h

  responseError

错误详细信息

@property (nonatomic, strong, nullable) NSError *responseError

Discussion

错误详细信息

Declared In

LKMobileGateway.h