Class SyncResult
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.gan.sync.SyncResult
 
- 
 public class SyncResult extends java.lang.ObjectRepresents the result of a sync operation. Uses quality code to allow for fuller details if the QC has diagnostic info on it, but is otherwise mostly just "Good" or "Bad". If the result is good, it will also have the sync id to be used for the next operation.
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SyncResultfailure(QualityCode code)longgetNextId()QualityCodegetResult()static SyncResultsuccess(long syncId)
 
- 
- 
- 
Method Detail- 
failurepublic static SyncResult failure(QualityCode code) 
 - 
successpublic static SyncResult success(long syncId) 
 - 
getResultpublic QualityCode getResult() 
 - 
getNextIdpublic long getNextId() 
 
- 
 
-