IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

inventoryData (property)

Holds the inventory data.

Syntax

@property (nonatomic,readonly,assign,getter=inventoryData) NSString* inventoryData;
- (NSString*)inventoryData;

@property (nonatomic,readonly,assign,getter=inventoryDataB) NSData* inventoryDataB; - (NSData*)inventoryDataB;
public var inventoryData: String {
  get {...}
}
public var inventoryDataB: Data { get {...} }

Default Value

""

Remarks

This property holds the inventory data and is populated after calling GetJobOutput if the job is an inventory retrieval job.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]