Files
2025-06-06 09:15:13 +02:00

1662 lines
105 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using com.itac.mes.imsapi.client.dotnet;
using com.itac.mes.imsapi.domain.container;
namespace ItacMesToolsTestProject
{
partial class ImsapiHandler : IIMSApiDotNet
{
public int adviceConfirmAdvice(IMSApiSessionContextStruct sessionContext, string stationNumber, string userName, string password, int adviceId, int confirmationStatus, string[] adviceEditTextArray)
{
throw new NotImplementedException();
}
public int adviceGetAdvice(IMSApiSessionContextStruct sessionContext, string stationNumber, bool ignoreStationNumber, bool checkStationGroup, bool checkPartGroup, KeyValue[] adviceFilters, out Advice[] adviceArray)
{
throw new NotImplementedException();
}
public int apsGetEquipments(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] apsGetEquipmentsFilters, string[] apsGetEquipmentsResultKeys, out string[] apsGetEquipmentsResultValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int apsGetStations(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] apsGetStationsFilters, string[] apsGetStationsResultKeys, out string[] apsGetStationsResultValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int apsGetWorkergroups(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] apsGetWorkergroupsFilters, string[] apsGetWorkergroupsResultKeys, out string[] apsGetWorkergroupsResultValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int apsGetWorkers(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] apsGetWorkersFilters, string[] apsGetWorkersResultKeys, out string[] apsGetWorkersResultValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int apsGetWorkorderDetails(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] apsGetWorkorderDetailsFilters, string[] apsGetWorkorderDetailResultKeys, out string[] apsGetWorkorderDetailResultValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int apsGetWorkorderDetailsOptGroup(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] apsGetWorkorderDetailsOptGroupFilters, string[] apsGetWorkorderDetailsOptGroupResultKeys, out string[] apsGetWorkorderDetailsOptGroupResultValues, KeyValue[] apsWorkorderOptimizationFilters, string[] apsWorkorderOptimizationResultDataKeys, out string[] apsWorkorderOptimizationResultDataValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int apsGetWorkorders(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] apsGetWorkordersFilters, string[] apsGetWorkordersResultKeys, out string[] apsGetWorkordersResultValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int attribAppendAttributeValues(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string objectNumber, string objectDetail, long bookDate, int allowOverWrite, string[] attributeUploadKeys, string[] attributeUploadValues, out string[] attributeResultValues)
{
throw new NotImplementedException();
}
public int attribCheckAttributeValues(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string objectNumber, string objectDetail, long bookDate, int allowOverWrite, string[] attributeUploadKeys, string[] attributeUploadValues, out string[] attributeResultValues)
{
throw new NotImplementedException();
}
public int attribCreateAttribute(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string attributeCode, string attributeDesc, string uniquenessType)
{
throw new NotImplementedException();
}
public int attribCreateAttributeClass(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] attributeClassCreateFilter, string[] classCreateKeys, string[] classCreateValues, string[] classCreateResultKeys, out string[] classCreateResultValues)
{
throw new NotImplementedException();
}
public int attribCreateAttributeCode(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] codeKeys, string[] codeValues, out string[] codeResultValues)
{
throw new NotImplementedException();
}
public int attribCreateAttributeCodeByCatalog(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] attributeCodeFilter)
{
throw new NotImplementedException();
}
public int attribCreateAttributeCondition(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] conditionKeys, string[] conditionValues, out string[] conditionResultValues)
{
throw new NotImplementedException();
}
public int attribEditAttributeClassState(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] attributeClassData)
{
throw new NotImplementedException();
}
public int attribGetAllAttributeValue(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] attributeValueSearchFilter, string[] attributeValueSearchKeys, string[] attributeValueSearchValues, string[] attributeValueResultKeys, out string[] attributeValueSearchResultValues)
{
throw new NotImplementedException();
}
public int attribGetAttributeClass(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] attributeClassFilter, string[] classResultKeys, out string[] classResultValues, string[] classTypeResultKeys, out string[] classTypeResultValues, string[] classItemResultKeys, out string[] classItemResultValues, string[] classItemConditionResultKeys, out string[] classItemConditionResultValues)
{
throw new NotImplementedException();
}
public int attribGetAttributeCode(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] attributeCodeFilter, string[] codeResultKeys, out string[] codeResultValues, string[] conditionResultKeys, out string[] conditionResultValues)
{
throw new NotImplementedException();
}
public int attribGetAttributeCondition(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] attributeConditionFilter, string[] conditionResultKeys, out string[] conditionResultValues)
{
throw new NotImplementedException();
}
public int attribGetAttributeHistory(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string objectNumber, string objectDetail, string[] attributeCodeArray, KeyValue[] attributeHistoryFilter, string[] attributeHistoryResultKeys, out string[] attributeHistoryResultValues)
{
throw new NotImplementedException();
}
public int attribGetAttributeValues(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string objectNumber, string objectDetail, string[] attributeCodeArray, int allMergeLevel, string[] attributeResultKeys, out string[] attributeResultValues)
{
throw new NotImplementedException();
}
public int attribGetAttributeValuesForObjectType(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] attributeFilterKeys, string[] attributeFilterArrayKeys, string[] attributeFilterArrayValues, string[] attributeResultKeys, out string[] attributeResultValues)
{
throw new NotImplementedException();
}
public int attribGetObjectsForAttributeValues(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string attributeCode, string attributeValue, int maxRows, KeyValue[] attributeFilters, string[] objectResultKeys, out string[] objectResultValues)
{
throw new NotImplementedException();
}
public int attribManageAttributeClassAttribute(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] attributeClassManageAttributeFilter, string[] classAttributeKeys, string[] classAttributeValues, out string[] classAttributeResultValues)
{
throw new NotImplementedException();
}
public int attribManageAttributeClassCondition(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] attributeClassManageAttributeFilter, string[] classConditionKeys, string[] classConditionValues, out string[] classConditionResultValues)
{
throw new NotImplementedException();
}
public int attribManageAttributeCondition(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] attributeCodeFilter, string[] conditionKeys, string[] conditionValues, out string[] conditionResultValues)
{
throw new NotImplementedException();
}
public int attribRemoveAttributeClassValue(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] attributeRemoveKeys, string[] attributeRemoveValues, out string[] attributeRemoveResult)
{
throw new NotImplementedException();
}
public int attribRemoveAttributeValue(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string objectNumber, string objectDetail, string attributeCode, string attributeValueKey)
{
throw new NotImplementedException();
}
public int attribUpdateAttributeCode(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] codeKeys, string[] codeValues, out string[] codeResultValues)
{
throw new NotImplementedException();
}
public int batchAssignBatchNumberToWorkOrder(IMSApiSessionContextStruct sessionContext, string stationNumber, string workOrderNumber, string partNumber, string bomVersion, string bomIndex, string bomVersionErp, int processLayer, string batchNumber, double quantity, int activateWorkOrder)
{
throw new NotImplementedException();
}
public int batchGetBatchInfo(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] batchInfoFilter, string[] batchInfoResultKeys, out string[] batchInfoResultValues)
{
throw new NotImplementedException();
}
public int batchGetRegisteredBatch(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string[] batchResultKeys, out string[] batchResultValues)
{
throw new NotImplementedException();
}
public int batchMergeBatch(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberRef, string serialNumberPos, string batchNumber, int processLayer, double usedBatchQuantity, int duplicateSerialNumber, int ignoreBatchComplete)
{
throw new NotImplementedException();
}
public int batchRegisterBatch(IMSApiSessionContextStruct sessionContext, string stationNumber, string batchNumber, int processLayer, int ignoreBatchComplete, long registerDate)
{
throw new NotImplementedException();
}
public int batchSplitBatchNumberToSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, ref string serialNumberRef, ref string serialNumberPos, string batchNumber, int processLayer, double usedBatchQuantity, int duplicateSerialNumber, int ignoreBatchComplete)
{
throw new NotImplementedException();
}
public int batchUnregBatch(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] batchUploadKeyValues)
{
throw new NotImplementedException();
}
public int batchUnregisterBatch(IMSApiSessionContextStruct sessionContext, string stationNumber, string batchNumber, int processLayer, double batchTotalQuantity, int batchComplete, long unregisterDate)
{
throw new NotImplementedException();
}
public int configCreateParameters(IMSApiSessionContextStruct sessionContext, KeyValue[] options, string[] parameterUploadKeys, string[] parameterUploadValues, string[] parameterResultKeys, out string[] parameterResultValues)
{
throw new NotImplementedException();
}
public int configDeleteParameters(IMSApiSessionContextStruct sessionContext, KeyValue[] options, KeyValue[] parameterFilter, string[] parameterResultKeys, out string[] parameterResultValues)
{
throw new NotImplementedException();
}
public int configDeleteValues(IMSApiSessionContextStruct sessionContext, KeyValue[] options, KeyValue[] configContext, string[] uploadKeys, string[] uploadValues, string[] resultKeys, out string[] resultValues)
{
throw new NotImplementedException();
}
public int configGetDimensionValues(IMSApiSessionContextStruct sessionContext, KeyValue[] options, KeyValue[] dimensionFilter, out string[] resultValues)
{
throw new NotImplementedException();
}
public int configGetParameters(IMSApiSessionContextStruct sessionContext, KeyValue[] options, KeyValue[] parameterFilter, string[] parameterResultKeys, out string[] parameterResultValues)
{
throw new NotImplementedException();
}
public int configGetValues(IMSApiSessionContextStruct sessionContext, KeyValue[] options, KeyValue[] configContext, KeyValue[] parameterFilter, string[] parameterResultKeys, out string[] parameterResultValues, string[] resultKeys, out string[] resultValues)
{
throw new NotImplementedException();
}
public int configUpdateParameters(IMSApiSessionContextStruct sessionContext, KeyValue[] options, string[] parameterUploadKeys, string[] parameterUploadValues, string[] parameterResultKeys, out string[] parameterResultValues)
{
throw new NotImplementedException();
}
public int configUpdateValues(IMSApiSessionContextStruct sessionContext, KeyValue[] options, KeyValue[] configContext, string[] uploadKeys, string[] uploadValues, string[] resultKeys, out string[] resultValues)
{
throw new NotImplementedException();
}
public int crpChangeTransportOrder(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] transportOrderUploadKeyValues, string[] productionOrderUploadKeys, string[] productionOrderUploadValues, out string[] productionOrderUploadResult, string[] pickingItemUploadKeys, string[] pickingItemUploadValues, out string[] pickingItemUploadResult, string[] commissionItemUploadKeys, string[] commissionItemUploadValues, out string[] commissionItemUploadResult)
{
throw new NotImplementedException();
}
public int crpCreateTransportOrder(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] transportOrderUploadKeyValues, string[] productionOrderUploadKeys, string[] productionOrderUploadValues, string[] pickingItemUploadKeys, string[] pickingItemUploadValues, string[] commissionItemUploadKeys, string[] commissionItemUploadValues)
{
throw new NotImplementedException();
}
public int crpGetRoute(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] routeFilter, string[] routeResultKeys, out string[] routeResultValues, string[] routeSegmentResultKeys, out string[] routeSegmentResultValues, string[] routeSegmentTransportOrderResultKeys, out string[] routeSegmentTransportOrderResultValues)
{
throw new NotImplementedException();
}
public int crpGetTransportOrder(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] transportOrderFilterKeyValues, string[] transportOrderResultKeys, out string[] transportOrderResultValues, string[] productionOrderResultKeys, out string[] productionOrderResultValues, string[] pickingItemResultKeys, out string[] pickingItemResultValues, string[] commissionItemResultKeys, out string[] commissionItemResultValues)
{
throw new NotImplementedException();
}
public int crpManageRoute(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] routeUploadKeyValues, string[] routeSegmentUploadKeys, string[] routeSegmentUploadValues, out string[] routeSegmentUploadResult, string[] routeSegmentTransportOrderUploadKeys, string[] routeSegmentTransportOrderUploadValues, out string[] routeSegmentTransportOrderUploadResult)
{
throw new NotImplementedException();
}
public int customFunction(IMSApiSessionContextStruct sessionContext, string methodName, string[] inArgs, out string[] outArgs, out string customErrorString)
{
throw new NotImplementedException();
}
public int customGetDbObjectData(IMSApiSessionContextStruct sessionContext, string stationName, KeyValue[] dbObjectSearchKeyValues, string[] dbColumnFilterKeys, string[] dbColumnFilterValues, string[] dbColumnOrderKeys, string[] dbColumnOrderValues, string[] dbColumnResultKeys, out string[] dbColumnResultValues)
{
throw new NotImplementedException();
}
public int customGetDbObjectMetaData(IMSApiSessionContextStruct sessionContext, string stationName, KeyValue[] dbObjectFilterKeyValues, string[] dbColumnMetaDataResultKeys, out string[] dbColumnMetaDataResultValues)
{
throw new NotImplementedException();
}
public int customGetFunctionInfo(IMSApiSessionContextStruct sessionContext, KeyValue[] functionInfoFilterKeyValues, string[] functionInfoResultKeys, out string[] functionInfoResultValues, string[] parameterInfoResultKeys, out string[] parameterInfoResultValues, string[] returnInfoResultKeys, out string[] returnInfoResultValues, string[] errorCodeResultKeys, out string[] errorCodeResultValues)
{
throw new NotImplementedException();
}
public int customGetFunctions(IMSApiSessionContextStruct sessionContext, KeyValue[] functionFilterKeyValues, string[] functionInfoResultKeys, out string[] functionInfoResultValues)
{
throw new NotImplementedException();
}
public int customModifyDbObjectData(IMSApiSessionContextStruct sessionContext, string stationName, KeyValue[] dbObjectModifyKeyValues, string[] dbColumnInsertKeys, string[] dbColumnInsertValues, string[] dbColumnInsertResultKeys, string[] dbColumnUpdateKeys, string[] dbColumnUpdateValues, string[] dbColumnUpdateResultKeys, string[] dbRowDeleteFilterKeys, string[] dbRowDeleteFilterValues, out string[] dbColumnInsertResultValues, out string[] dbColumnUpdateResultValues, out string[] dbColumnDeleteResultValues)
{
throw new NotImplementedException();
}
public int edaAssignExternalData(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string objectNumber, string objectDetail, string[] assignExternalDataUploadKeys, string[] assignExternalDataUploadValues)
{
throw new NotImplementedException();
}
public int edaGetExternalDataForObject(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] externalDataFilterKeys, string[] externalDataFilterValues, string[] externalDataResultKeys, out string[] externalDataResultValues)
{
throw new NotImplementedException();
}
public int edaGetNextFreeExternalData(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string objectNumber, string objectDetail, int functionMode, string[] nextFreeExternalDataFilterKeys, string[] nextFreeExternalDataFilterValues, string[] nextFreeExternalDataResultKeys, out string[] nextFreeExternalDataResultValues)
{
throw new NotImplementedException();
}
public int edaGetObjectsForExternalData(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] objectExternalDataFilterKeys, string[] objectExternalDataFilterValues, string[] objectExternalDataResultKeys, out string[] objectExternalDataResultValues)
{
throw new NotImplementedException();
}
public int edaManageExternalData(IMSApiSessionContextStruct sessionContext, string stationNumber, int functionMode, string[] partGroupArray, string[] partNumberArray, KeyValue[] manageExternalData, string[] externalDataValues)
{
throw new NotImplementedException();
}
public int equAssignCarrierToCarrier(IMSApiSessionContextStruct sessionContext, string stationNumber, string equipmentNumber, string equipmentIndex, string[] assignCarrierToCarrierKeys, string[] assignCarrierToCarrierValues, out string[] assignCarrierToCarrierResultValues)
{
throw new NotImplementedException();
}
public int equAssignCavityToEquipment(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] assignEquipmentKeys, string[] assignCavityKeys, string[] assignCavityValues, out string[] assignCavityResultValues)
{
throw new NotImplementedException();
}
public int equAssignSerialNumberToCarrier(IMSApiSessionContextStruct sessionContext, string stationNumber, string equipmentNumber, string equipmentIndex, int setState, string[] assignSerialNumberToCarrierKeys, string[] assignSerialNumberToCarrierValues, out string[] assignSerialNumberToCarrierResultValues)
{
throw new NotImplementedException();
}
public int equCheckEquipmentData(IMSApiSessionContextStruct sessionContext, string stationNumber, string workOrderNumber, string serialNumber, string partNumber, int processLayer, int returnFailuresOnly, string[] equipmentResultKeys, out string[] equipmentResultValues)
{
throw new NotImplementedException();
}
public int equCreateEquipment(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] equipmentUploadKeys, string[] equipmentUploadValues, out string[] equipmentUploadResultValues)
{
throw new NotImplementedException();
}
public int equGetAssetEquipmentSetup(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] getAssetEquipmentSetupFilters, string[] getAssetEquipmentSetupResultKeys, out string[] getAssetEquipmentSetupResultValues)
{
throw new NotImplementedException();
}
public int equGetAssignedCavity(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] cavityGetAssignedCavityFilters, string[] cavityGetAssignedCavityResultKeys, out string[] cavityGetAssignedCavityResultValues)
{
throw new NotImplementedException();
}
public int equGetCarrierAssigned(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] carrierGetFilters, string[] carrierMainResultKeys, out string[] carrierMainResultValues, string[] carrierSerialNoAssignedResultKeys, out string[] carrierSerialNoAssignedResultValues, string[] carrierCarrierAssignedResultKeys, out string[] carrierCarrierAssignedResultValues)
{
throw new NotImplementedException();
}
public int equGetCarrierAssignmentHistoryData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] carrierGetFilters, string[] carrierSerialNumberAssignedHistoryResultKeys, out string[] carrierSerialNumberAssignedHistoryResultValues, string[] carrierCarrierAssignedHistoryResultKeys, out string[] carrierCarrierAssignedHistoryResultValues)
{
throw new NotImplementedException();
}
public int equGetCarrierAssignRule(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] carrierGetFilters, string[] carrierGetMainResultKeys, string[] carrierGetSerialNoAssignRuleResultKeys, string[] carrierGetCarrierAssignRuleResultKeys, out string[] carrierGetMainResultValues, out string[] carrierGetSerialNoAssignRuleResultValues, out string[] carrierGetCarrierAssignRuleResultValues)
{
throw new NotImplementedException();
}
public int equGetCarrierLocation(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] carrierLocationFilters, string[] carrierLocationResultKeys, out string[] carrierLocationResultValues)
{
throw new NotImplementedException();
}
public int equGetCarrierToCarrier(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] carrierToCarrierFilters, string[] carrierToCarrierResultKeys, out string[] carrierToCarrierResultValues)
{
throw new NotImplementedException();
}
public int equGetCarrierToSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] carrierToSerialNumberFilters, string[] carrierToSerialNumberResultKeys, out string[] carrierToSerialNumberResultValues)
{
throw new NotImplementedException();
}
public int equGetCavityEquipmentAssignRule(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] cavityEquipmentAssignRuleFilters, string[] cavityEquipmentAssignRuleResultKeys, out string[] cavityEquipmentAssignRuleResultValues)
{
throw new NotImplementedException();
}
public int equGetEquipment(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] equipmentGetFilters, string[] equipmentGetResultKeys, out string[] equipmentGetResultValues)
{
throw new NotImplementedException();
}
public int equGetEquipmentLocationHist(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] equipmentLocationFilters, string[] equipmentLocationResultKeys, out string[] equipmentLocationResultValues)
{
throw new NotImplementedException();
}
public int equGetPartCavityAssignRule(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] partCavityAssignRuleFilters, string[] partCavityAssignRuleResultKeys, out string[] partCavityAssignRuleResultValues)
{
throw new NotImplementedException();
}
public int equGetRequiredEquipmentData(IMSApiSessionContextStruct sessionContext, string stationNumber, string workOrderNumber, string serialNumber, string partNumber, int processLayer, string pmGroup, string[] equipmentResultKeys, out string[] equipmentResultValues)
{
throw new NotImplementedException();
}
public int equGetRequiredEquipmentDetail(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] requiredEquipmentFilterKeys, string[] requiredEquipmentResultKeys, out string[] requiredEquipmentResultValues)
{
throw new NotImplementedException();
}
public int equGetSetupEquipmentData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] equipmentSetupFilters, string[] equipmentSetupResultKeys, out string[] equipmentSetupResultValues)
{
throw new NotImplementedException();
}
public int equManageCavityEquipmentRule(IMSApiSessionContextStruct sessionContext, string stationNumber, string equipmentPartNumber, string[] manageCavityEquipmentRuleKeys, string[] manageCavityEquipmentRuleValues, out string[] manageCavityEquipmentRuleResultValues)
{
throw new NotImplementedException();
}
public int equManagePartCavityRule(IMSApiSessionContextStruct sessionContext, string stationNumber, string cavityPartNumber, string[] managePartCavityRuleKeys, string[] managePartCavityRuleValues, out string[] managePartCavityRuleResultValues)
{
throw new NotImplementedException();
}
public int equRemoveCarrierFromCarrier(IMSApiSessionContextStruct sessionContext, string stationNumber, string equipmentNumber, string equipmentIndex, string[] removeCarrierFromCarrierKeys, string[] removeCarrierFromCarrierValues, out string[] removeCarrierFromCarrierResultValues)
{
throw new NotImplementedException();
}
public int equRemoveCavityFromEquipment(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] removeEquipmentKeys, string[] removeCavityKeys, string[] removeCavityValues, out string[] removeCavityResultValues)
{
throw new NotImplementedException();
}
public int equRemoveEquipment(IMSApiSessionContextStruct sessionContext, string stationNumber, string workOrderNumber, string serialNumber, int processLayer)
{
throw new NotImplementedException();
}
public int equRemoveSerialNumberFromCarrier(IMSApiSessionContextStruct sessionContext, string stationNumber, string equipmentNumber, string equipmentIndex, string[] removeSerialNumberFromCarrierKeys, string[] removeSerialNumberFromCarrierValues, out string[] removeSerialNumberFromCarrierResultValues)
{
throw new NotImplementedException();
}
public int equReportQuantity(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] equReportQuantityKeys, string[] equReportQuantityValues, out string[] equReportQuantityResultValues)
{
throw new NotImplementedException();
}
public int equSetEquipmentLocation(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] equipmentLocationKeys, string[] equipmentLocationValues, out string[] equipmentLocationResultValues)
{
throw new NotImplementedException();
}
public int equSetLocation(IMSApiSessionContextStruct sessionContext, string stationNumber, string equipmentNo, string equipmentIndex, string location)
{
throw new NotImplementedException();
}
public int equSetupAssetEquipment(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] setupAssetEquipmentUploadKeys, string[] setupAssetEquipmentUploadValues, string[] setupAssetEquipmentResultKeys, out string[] setupAssetEquipmentResultValues)
{
throw new NotImplementedException();
}
public int equUpdateAssignedCavity(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] updateEquipmentKeys, string[] updateAssignedCavityKeys, string[] updateAssignedCavityValues, out string[] updateAssignedCavityResultValues)
{
throw new NotImplementedException();
}
public int equUpdateEquipment(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] equipmentUpdateKeys, string[] equipmentUpdateValues, out string[] equipmentUpdateResultValues)
{
throw new NotImplementedException();
}
public int equUpdateEquipmentData(IMSApiSessionContextStruct sessionContext, string stationNumber, int setupFlag, string serialNumber, string workOrderNumber, int processLayer, string[] equipmentUploadKeys, string[] equipmentUploadValues, out string[] equipmentResultValues)
{
throw new NotImplementedException();
}
public int execFormula(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] formulaReferences, string[] formulaKeys, string[] formulaValues, string[] parameterKeys, string[] parameterValues, string[] resultKeys, out string[] resultValues, string[] missingParameterKeys, out string[] missingParameterValues)
{
throw new NotImplementedException();
}
public int execFormulaCatalog(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] formulaKeys, string[] formulaValues, string[] parameterKeys, string[] parameterValues, string[] formularResultKeys, out string[] formularResultValues)
{
throw new NotImplementedException();
}
public int execRuleSet(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string ruleType, string ruleSet, KeyValue[] ruleProperties, out RuleResult[] ruleResults)
{
throw new NotImplementedException();
}
public int execTimerProcess(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] timerProcessFilter, string[] timerProcessResultKeys, out string[] timerProcessResultValues)
{
throw new NotImplementedException();
}
public int imsapiGetErrorList(IMSApiSessionContextStruct sessionContext, string[] localeArray, string[] groupNameArray, string[] functionNameArray, int[] errorCodes, string[] errorCodeResultKeys, out string[] errorCodeResultValues)
{
throw new NotImplementedException();
}
public int imsapiGetErrorText(IMSApiSessionContextStruct sessionContext, int errorCode, out string errorString)
{
throw new NotImplementedException();
}
public int imsapiGetFunctionInfo(IMSApiSessionContextStruct sessionContext, string functionName, out ImsApiFunctionStruct functionInfo, out ImsApiParameterStruct[] parameterArray)
{
throw new NotImplementedException();
}
public int imsapiGetFunctions(IMSApiSessionContextStruct sessionContext, string groupName, out ImsApiFunctionStruct[] functionArray)
{
throw new NotImplementedException();
}
public int imsapiGetGroups(IMSApiSessionContextStruct sessionContext, out ImsApiGroupStruct[] groupArray)
{
throw new NotImplementedException();
}
public int imsapiGetLibraryVersion(out string versionString)
{
throw new NotImplementedException();
}
public int imsapiGetParameterConditions(IMSApiSessionContextStruct sessionContext, string functionName, string parameterName, out string conditionParamName, out ImsApiParamConditionStruct[] parameterConditionArray)
{
throw new NotImplementedException();
}
public int imsapiGetParameterInfo(IMSApiSessionContextStruct sessionContext, string functionName, string parameterName, string conditionValue, out ImsApiParameterStruct parameter, out ImsApiParamConditionStruct condition, out ImsApiKeyStruct[] keys)
{
throw new NotImplementedException();
}
public int imsapiGetSystemInfos(IMSApiSessionContextStruct sessionContext, string[] systemInfoResultKeys, out string[] systemInfoResultValues)
{
throw new NotImplementedException();
}
public int imsapiInit()
{
throw new NotImplementedException();
}
public int imsapiShutdown()
{
throw new NotImplementedException();
}
public int lockGetLockedObjects(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string objectNumber, string objectDetail, string lockGroupName, long lockDateFrom, long lockDateTo, int lockState, int maxRows, string[] objectResultKeys, out string[] objectResultValues)
{
throw new NotImplementedException();
}
public int lockGetLockGroups(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] lockGroupFilter, string[] lockGroupResultKeys, string[] lockClassResultKeys, string[] lockOutResultKeys, out string[] lockGroupResultValues, out string[] lockClassResultValues, out string[] lockOutResultValues)
{
throw new NotImplementedException();
}
public int lockObjects(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string lockGroupName, string lockInformation, long lockDate, int lockDependencies, string[] objectUploadKeys, string[] objectUploadValues, out string[] objectResultValues)
{
throw new NotImplementedException();
}
public int lockUnlockObjects(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string lockGroupName, string unlockInformation, int unlockCompleteGroup, long unlockDate, int lockDependencies, string[] objectUploadKeys, string[] objectUploadValues, out string[] objectResultValues)
{
throw new NotImplementedException();
}
public int mdaActivateDocument(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] mdaActivateDocumentKeys, string[] mdaActivateDocumentValues, out string[] mdaActivateDocumentResult)
{
throw new NotImplementedException();
}
public int mdaActivateRecipe(IMSApiSessionContextStruct sessionContext, string stationNumber, int functionMode, int recipeId, int recipeVersionId)
{
throw new NotImplementedException();
}
public int mdaCreateRecipe(IMSApiSessionContextStruct sessionContext, string stationNumber, string versionName, string versionDesc, int majorVersionChange, bool activate, long creationDate, int objectType, KeyValue[] recipeFilters, string[] recipeUploadKeys, string[] recipeUploadValues, out string[] recipeResultValues)
{
throw new NotImplementedException();
}
public int mdaGetDocumentContent(IMSApiSessionContextStruct sessionContext, string stationNumber, long documentId, out byte[] content)
{
throw new NotImplementedException();
}
public int mdaGetDocuments(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] attributeFilters, KeyValue[] dataTypeFilters, string[] mdaResultKeys, out string[] mdaResultValues)
{
throw new NotImplementedException();
}
public int mdaGetRecipeData(IMSApiSessionContextStruct sessionContext, string stationNumber, int recipeVersionId, string function, string functionStep, string measurementName, double sequentialNumber, string type, string measurementType, int objectType, KeyValue[] recipeFilters, string[] recipeResultKeys, out string[] recipeResultValues)
{
throw new NotImplementedException();
}
public int mdaGetRecipeHeaderAndVersion(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, KeyValue[] recipeHeaderFilter, string[] recipeHeaderResultKeys, out string[] recipeHeaderResultValues)
{
throw new NotImplementedException();
}
public int mdataBomVerify(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string workOrderNumber, string productNumber, string bareBoardNumber, string bomIndex, string bomInfo, int bomValidFrom, string bomVersionERP, int verifyCompNameBased, int createNewBom, string[] bomUploadKeys, string[] bomUploadValues, out string[] bomResultValues)
{
throw new NotImplementedException();
}
public int mdataChangeWorkorderBomData(IMSApiSessionContextStruct sessionContext, string stationNumber, string workorderNumber, string[] changeWorkorderBomUploadKeys, string[] changeWorkorderBomUploadValues, out string[] changeWorkorderBomResultValues)
{
throw new NotImplementedException();
}
public int mdataChangeWorkorderData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] workorderChangeData)
{
throw new NotImplementedException();
}
public int mdataChangeWorkOrderWorkStepState(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] workstepChangeKeys, string[] workstepChangeValues, string[] workstepResultKeys, out string[] workstepResultValues)
{
throw new NotImplementedException();
}
public int mdataCreateDetectionPoint(IMSApiSessionContextStruct sessionContext, string stationNumber, string detectionPointName, int detectionPointType, KeyValue[] detectionPointKeyValues)
{
throw new NotImplementedException();
}
public int mdataCreateOrderCluster(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] createOrderClusterValues, string[] createOrderClusterItemUploadKeys, string[] createOrderClusterItemUploadValues, out string[] createOrderClusterResultValues, out string[] createOrderClusterItemResultValues)
{
throw new NotImplementedException();
}
public int mdataCreateSpecialTime(IMSApiSessionContextStruct sessionContext, string stationNumber, int entityType, string entityKey, string timeEventName, long dateFrom, long dateTo, out long specialTimeId)
{
throw new NotImplementedException();
}
public int mdataCreateWorkorder(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] workorderUploadKeyValues, string[] workorderResultKeys, out string[] workorderResultValues)
{
throw new NotImplementedException();
}
public int mdataDeleteDetectionPoint(IMSApiSessionContextStruct sessionContext, string stationNumber, string detectionPointName)
{
throw new NotImplementedException();
}
public int mdataDeleteOrderCluster(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] orderClusterDeleteFilter)
{
throw new NotImplementedException();
}
public int mdataGetAssignedShiftModel(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] assignedShiftModelFilter, string[] assignedShiftModelKeys, out string[] assignedShiftModelValues)
{
throw new NotImplementedException();
}
public int mdataGetAssignedSpecialTime(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] assignedSpecialTimeFilter, string[] assignedSpecialTimeKeys, out string[] assignedSpecialTimeValues)
{
throw new NotImplementedException();
}
public int mdataGetBomData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] bomDataFilter, string[] bomDataResultKeys, out string[] bomDataResultValues)
{
throw new NotImplementedException();
}
public int mdataGetCalendarData(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] calendarDataResultKeys, out string[] calendarDataResultValues)
{
throw new NotImplementedException();
}
public int mdataGetContactData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] contactFilter, string[] contactResultKeys, out string[] contactResultValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mdataGetCostCenter(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mdataGetCostCenterFilter, string[] mdataGetCostCenterKeys, out string[] mdataGetCostCenterValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mdataGetDetectionPoint(IMSApiSessionContextStruct sessionContext, string stationNumber, int detectionPointType, KeyValue[] detectionPointFilter, string[] detectionPointKeys, out string[] detectionPointValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mdataGetFailureDataForPart(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mdataGetFailureDataForPartFilter, string[] failureDataKeys, out string[] failureDataValues, string[] imageDataKeys, out string[] imageDataValues)
{
throw new NotImplementedException();
}
public int mdataGetFailureDataForStation(IMSApiSessionContextStruct sessionContext, string stationNumber, int functionMode, string[] failureDataResultKeys, out string[] failureDataResultValues)
{
throw new NotImplementedException();
}
public int mdataGetFailureDefinition(IMSApiSessionContextStruct sessionContext, string stationNumber, int stationMode, int functionMode, KeyValue[] failureDataFilter, string[] failureDataResultKeys, out string[] failureDataResultValues)
{
throw new NotImplementedException();
}
public int mdataGetFormulaCatalog(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] formulaFilter, string[] formulaResultKeys, string[] formulaParamResultKeys, out string[] formulaResultValues, out string[] formulaParamResultValues)
{
throw new NotImplementedException();
}
public int mdataGetMachineAssetStructure(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] machineAssetStructureFilter, string[] machineAssetStructureResultKeys, out string[] machineAssetStructureValues)
{
throw new NotImplementedException();
}
public int mdataGetMessageCause(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] messageCauseFilter, string[] messageCauseKeys, out string[] messageCauseValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mdataGetMessageClass(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] messageClassFilter, string[] messageClassKeys, out string[] messageClassValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mdataGetMessageEffect(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] messageEffectFilter, string[] messageEffectKeys, out string[] messageEffectValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mdataGetOrderCluster(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] orderClusterFilter, string[] orderClusterHeadResultKeys, string[] orderClusterItemResultKeys, out string[] orderClusterHeadResultValues, out string[] orderClusterItemResultValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mdataGetPartData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] partFilter, string[] partDataResultKeys, out string[] partDataResultValues)
{
throw new NotImplementedException();
}
public int mdataGetProductInfo(IMSApiSessionContextStruct sessionContext, string stationNumber, string partNumber, int bomVersion, string bomIndex, int processVersion, int desolvingFlag, int onlyReleased, int onlyValid, string[] productInfoResultKeys, out string[] productInfoResultValues)
{
throw new NotImplementedException();
}
public int mdataGetProductsForLineOrStation(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] productForLineOrStationFilter, string[] bomResultKeys, out string[] bomResultValues, string[] workplanResultKeys, out string[] workplanResultValues)
{
throw new NotImplementedException();
}
public int mdataGetShiftData(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] shiftFilterKeys, string[] shiftFilterValues, string[] shiftResultKeys, out string[] shiftResultValues)
{
throw new NotImplementedException();
}
public int mdataGetShiftModel(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] shiftModelFilter, string[] shiftModelHeadKeys, string[] shiftModelItemKeys, out string[] shiftModelHeadValues, out string[] shiftModelItemValues)
{
throw new NotImplementedException();
}
public int mdataGetStationConfiguration(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] stationConfigFilter, string[] stationConfigCodeResultKeys, out string[] stationConfigCodeResultValues, string[] stationParamResultKeys, out string[] stationParamResultValues, string[] stationLicenseResultKeys, out string[] stationLicenseResultValues)
{
throw new NotImplementedException();
}
public int mdataGetTimeEvent(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] timeEventFilter, string[] timeEventResultKeys, out string[] timeEventResultValues)
{
throw new NotImplementedException();
}
public int mdataGetUserData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mdataGetUserDataFilter, string[] mdataGetUserDataKeys, out string[] mdataGetUserDataValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mdataGetUserGroupData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mdataGetUserGroupDataFilter, string[] mdataGetUserGroupDataKeys, out string[] mdataGetUserGroupDataValues)
{
throw new NotImplementedException();
}
public int mdataGetUserSkill(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] userSkillFilter, string[] userSkillResultKeys, out string[] userSkillResultValues)
{
throw new NotImplementedException();
}
public int mdataGetWageType(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mdataGetWageTypeFilter, string[] mdataGetWageTypeKeys, out string[] mdataGetWageTypeValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mdataGetWeekSchedule(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] weekScheduleFilter, string[] weekScheduleHeadKeys, string[] weekScheduleItemKeys, out string[] weekScheduleHeadValues, out string[] weekScheduleItemValues)
{
throw new NotImplementedException();
}
public int mdataGetWorkorders(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mdataGetWorkordersFilters, string[] mdataGetWorkordersResultKeys, out string[] mdataGetWorkordersResultValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mdataGetWorkplanActivities(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] workplanFilter, string[] workplanDataResultKeys, out string[] workplanDataResultValues, string[] activitiesDataResultKeys, out string[] activitiesDataResultValues, string[] activityParamResultKeys, out string[] activityParamResultValues, string[] deviceDataResultKeys, out string[] deviceDataResultValues)
{
throw new NotImplementedException();
}
public int mdataGetWorkplanData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] workplanFilter, string[] workplanDataResultKeys, out string[] workplanDataResultValues)
{
throw new NotImplementedException();
}
public int mdataGetWorkstepSkill(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] workstepSkillFilter, string[] workstepSkillResultKeys, out string[] workstepSkillResultValues)
{
throw new NotImplementedException();
}
public int mdataRequestWorkorder(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] requestWorkorderKeys, string[] requestWorkorderValues, string[] requestWorkorderResultKeys, out string[] requestWorkorderResultValues)
{
throw new NotImplementedException();
}
public int mdataSetProductionCycleTime(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, string serialNumberPos, string workOrderNumber, int processLayer, double setupCycleTime, double prodCycleTime, string processType, int cycleTimeForMultipleBoard)
{
throw new NotImplementedException();
}
public int mdataUpdateDetectionPoint(IMSApiSessionContextStruct sessionContext, string stationNumber, string detectionPointName, KeyValue[] detectionPointKeyValues)
{
throw new NotImplementedException();
}
public int mdataUpdateOrderCluster(IMSApiSessionContextStruct sessionContext, string stationNumber, string clusterName, KeyValue[] updateOrderClusterValues, string[] createOrderClusterItemUploadKeys, string[] createOrderClusterItemUploadValues, string[] updateOrderClusterItemUploadKeys, string[] updateOrderClusterItemUploadValues, string[] deleteOrderClusterItemUploadKeys, string[] deleteOrderClusterItemUploadValues, out string[] createOrderClusterItemResultValues, out string[] updateOrderClusterItemResultValues, out string[] deleteOrderClusterItemResultValues)
{
throw new NotImplementedException();
}
public int mdaUploadCustomFunction(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mdaValues, byte[] content)
{
throw new NotImplementedException();
}
public int mdaUploadDocument(IMSApiSessionContextStruct sessionContext, string stationNumber, int targetType, KeyValue[] attributeValues, KeyValue[] mdaValues, byte[] content)
{
throw new NotImplementedException();
}
public int mdcAcknowledgeStationConditions(IMSApiSessionContextStruct sessionContext, string stationNumber, string userAcknowledge, long dateAcknowledge, string txtAcknowledge, int selectionType, string[] stationConditionAcknowledgeKeys, string[] stationConditionAcknowledgeValues, out string[] stationConditionResultValues)
{
throw new NotImplementedException();
}
public int mdcCloseStationMessage(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] closeStationMessageUploadKeys, KeyValue[] closeStationMessageFilter, string[] dataBlockValues, string[] controlValues, string[] variableValues)
{
throw new NotImplementedException();
}
public int mdcCreateConditionCode(IMSApiSessionContextStruct sessionContext, string stationNumber, string conditionClass, string conditionGroup, string conditionCode, string conditionName, string conditionDesc, string conditionCause, string conditionType, string colorRGB, string[] stationNumbers, string[] lineNumbers)
{
throw new NotImplementedException();
}
public int mdcCreateLog(IMSApiSessionContextStruct sessionContext, string stationNumber, long startDate, long endDate, string subject, string text, int forLine)
{
throw new NotImplementedException();
}
public int mdcCreateLogData(IMSApiSessionContextStruct sessionContext, string stationNumber, string subject, int forLine, string[] stationLogKeys, string[] stationLogValues, out string[] stationLogResultValues)
{
throw new NotImplementedException();
}
public int mdcGetConditionCodes(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] conditionCodeFilter, string[] conditionCodeResultKeys, out string[] conditionCodeResultValues)
{
throw new NotImplementedException();
}
public int mdcGetKeyPerformanceIndicators(IMSApiSessionContextStruct sessionContext, string stationNumber, long fromDate, long toDate, string[] performanceIndicatorResultKeys, out string[] performanceIndicatorResultValues, string[] mdeAmountResultKeys, out string[] mdeAmountResultValues, string[] mdePlannedCycleTimeResultKeys, out string[] mdePlannedCycleTimeResultValues, string[] mdeShiftTimeResultKeys, out string[] mdeShiftTimeResultValues, string[] mdeConditionTimeResultKeys, out string[] mdeConditionTimeResultValues, string[] mdePerformanceResultKeys, out string[] mdePerformanceResultValues)
{
throw new NotImplementedException();
}
public int mdcGetLog(IMSApiSessionContextStruct sessionContext, string stationNumber, long fromDate, long toDate, out MdcLog[] logArray)
{
throw new NotImplementedException();
}
public int mdcGetLogData(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] stationNumbers, string[] subjects, string[] detectionPoints, KeyValue[] stationLogFilter, string[] stationLogResultKeys, out string[] stationLogResultValues)
{
throw new NotImplementedException();
}
public int mdcGetMessageType(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] messageTypeFilter, string[] messageTypeResultKeys, out string[] messageTypeResultValues)
{
throw new NotImplementedException();
}
public int mdcGetRegisteredUser(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mdcGetRegisteredUserFilter, string[] mdcGetRegisteredUserKeys, out string[] mdcGetRegisteredUserValues)
{
throw new NotImplementedException();
}
public int mdcGetStationConditions(IMSApiSessionContextStruct sessionContext, string stationNumber, long fromDate, long toDate, string conditionType, int objectType, string[] conditionResultKeys, out string[] conditionResultValues)
{
throw new NotImplementedException();
}
public int mdcGetStationConditionsByFilter(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string[] stationArray, string[] conditionCodeArray, string[] conditionTypeArray, string[] messageTypeArray, string[] detectionPointArray, string[] resourceArray, KeyValue[] conditionResultFilter, string[] conditionResultKeys, out string[] conditionResultValues)
{
throw new NotImplementedException();
}
public int mdcManageConditionCode(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] manageConditionCodeUploadKeys, string[] manageConditionCodeUploadValues, out string[] manageConditionCodeResultValues)
{
throw new NotImplementedException();
}
public int mdcRegisterUserAtLine(IMSApiSessionContextStruct sessionContext, string stationNumber, string userId, string password, int registrationType, long bookDate)
{
throw new NotImplementedException();
}
public int mdcUpdateStationCondition(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, long conditionId, KeyValue[] stationConditionUpdateKeys, out string[] stationConditionResultValues)
{
throw new NotImplementedException();
}
public int mdcUploadDetectionPoint(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] detectionPointKeys, string[] detectionPointValues, out string[] detectionPointResultValues)
{
throw new NotImplementedException();
}
public int mdcUploadStationCondition(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] stationConditionUploadKeys, string[] stationConditionUploadValues, out string[] stationConditionResultValues)
{
throw new NotImplementedException();
}
public int mlChangeMaterialBinData(IMSApiSessionContextStruct sessionContext, string stationNumber, string materialBinNumber, KeyValue[] materialBinDataUploadValues)
{
throw new NotImplementedException();
}
public int mlCreateNewMaterialBin(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] materialBinUploadKeys, string[] materialBinUploadValues, out string[] materialBinResultValues)
{
throw new NotImplementedException();
}
public int mlGetIncomingGoods(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] incomingGoodsFilters, string[] incomingGoodsHeadResultKeys, string[] incomingGoodsItemResultKeys, out string[] incomingGoodsHeadResultValues, out string[] incomingGoodsItemResultValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mlGetMaterialBinData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] materialBinFilters, AttributeInfo[] attributes, string[] materialBinResultKeys, out string[] materialBinResultValues)
{
throw new NotImplementedException();
}
public int mlGetMaterialConsumption(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] materialConsumptionFilters, string[] materialConsumptionResultKeys, out string[] materialConsumptionResultValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mlGetNextMaterialBinNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, string partNumber, out string materialBinNumber)
{
throw new NotImplementedException();
}
public int mlGetPurchaseOrderData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] purchaseDataFilters, string[] purchaseDataResultKeys, out string[] purchaseDataResultValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int mlGetStorage(IMSApiSessionContextStruct sessionContext, string stationNumber, string storageCellNumber, string storageGroupNumber, string storageNumber, string[] storageResultKeys, out string[] storageResultValues)
{
throw new NotImplementedException();
}
public int mlGetStorageData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] storageDataFilter, string[] storageCellResultKeys, string[] storageGroupResultKeys, string[] storageResultKeys, string[] storagePartAssignmentResultKeys, out string[] storageCellResultValues, out string[] storageGroupResultValues, out string[] storageResultValues, out string[] storagePartAssignmentResultValues)
{
throw new NotImplementedException();
}
public int mlSetMaterialBinLocation(IMSApiSessionContextStruct sessionContext, string stationNumber, string materialBinNumber, long bookDate, string binLocation, string binLocationBarcode, int transactionType)
{
throw new NotImplementedException();
}
public int mlSplitMaterialBin(IMSApiSessionContextStruct sessionContext, string stationNumber, string materialBinNumber, string[] splitMaterialBinKeys, string[] splitMaterialBinUploadValues, string[] splitMaterialBinResultKeys, out string[] splitMaterialBinResultValues)
{
throw new NotImplementedException();
}
public int mlUpdateStorage(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] storageUpdateKeys, string[] storageUpdateValues, string[] storagePartAssignmentUpdateKeys, string[] storagePartAssignmentUpdateValues, out string[] storageUpdateResultValues, out string[] storagePartAssignmentUpdateResultValues)
{
throw new NotImplementedException();
}
public int mlUpdateStorageCell(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] storageUpdateKeys, string[] storageUpdateValues, out string[] storageUpdateResultValues)
{
throw new NotImplementedException();
}
public int mlUpdateStorageGroup(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] storageGroupUpdateKeys, string[] storageGroupUpdateValues, out string[] storageGroupUpdateResultValues)
{
throw new NotImplementedException();
}
public int mlUploadMaterialBinBooking(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] materialBinBookingUploadKeys, string[] materialBinBookingUploadValues, out string[] materialBinBookingResultValues)
{
throw new NotImplementedException();
}
public int msgPublish(IMSApiSessionContextStruct sessionContext, string topic, string message, out string msgId)
{
throw new NotImplementedException();
}
public int msgSubscribe(IMSApiSessionContextStruct sessionContext, string[] topics, IMSApiDotNetEventListener listener)
{
throw new NotImplementedException();
}
public int msgUnsubscribe(IMSApiSessionContextStruct sessionContext)
{
throw new NotImplementedException();
}
public int mslBeginDryObject(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mslBeginDryEventParams, string[] mslObjectKeys, string[] mslObjectValues, out string[] mslResultValues)
{
throw new NotImplementedException();
}
public int mslEndDryObject(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mslEventParams, string[] mslObjectKeys, string[] mslObjectValues, out string[] mslResultValues)
{
throw new NotImplementedException();
}
public int mslGetMinDryTimeForSerialnumber(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mslInfoFilters, string[] mslWorstCaseMinDryTimeResultKeys, out string[] mslWorstCaseMinDryTimeResultValues, string[] mslMinDryTimeResultKeys, out string[] mslMinDryTimeResultValues)
{
throw new NotImplementedException();
}
public int mslGetObjectInfo(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, KeyValue[] mslInfoFilters, string[] mslInfoResultKeys, out string[] mslInfoResultValues)
{
throw new NotImplementedException();
}
public int mslStartObjectExpiration(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mslEventParams, string[] mslObjectKeys, string[] mslObjectValues, out string[] mslResultValues)
{
throw new NotImplementedException();
}
public int mslStopObjectExpiration(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mslEventParams, string[] mslObjectKeys, string[] mslObjectValues, out string[] mslResultValues)
{
throw new NotImplementedException();
}
public int pmGetBooking(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] pmBookingFilters, string[] pmBookingResultKeys, out string[] pmBookingResultValues, string[] pmBookingFailureKeys, out string[] pmBookingFailureValues, out bool hasMore)
{
throw new NotImplementedException();
}
public int pmGetFailureData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] failureDataFilters, string[] failureDataResultKeys, out string[] failureDataResultValues)
{
throw new NotImplementedException();
}
public int pmGetFailureTallyCard(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] failureTallyCardFilters, string[] failureTallyCardKeys, out string[] failureTallyCardResultValues, string[] failureTallyCardFailureKeys, out string[] failureTallyCardFailureResultValues)
{
throw new NotImplementedException();
}
public int pmGetProductQuantity(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, long dateFrom, long dateTo, int functionMode, KeyValue[] productQuantityFilters, string[] filterDataKeys, string[] filterDataValues, string[] productQuantityResultKeys, out string[] productQuantityResultValues)
{
throw new NotImplementedException();
}
public int pmUpdateBooking(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] pmUpdateBookingData, string[] pmBookingFailureKeys, string[] pmBookingFailureValues)
{
throw new NotImplementedException();
}
public int pmUploadBooking(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] pmUploadBookingData, string[] pmBookingFailureKeys, string[] pmBookingFailureValues, out long bookingId)
{
throw new NotImplementedException();
}
public int pmUploadQuantityAndFailureData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] bookingFailureData, string[] failureDataUploadKeys, string[] failureDataUploadValues, out string[] failureDataUploadResultValues)
{
throw new NotImplementedException();
}
public int pmUploadQuantityFailureTallyCardAndFailureData(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] bookingFailureData, KeyValue[] failureTallyCardData, string[] failureDataUploadKeys, string[] failureDataUploadValues, out string[] failureDataUploadResultValues)
{
throw new NotImplementedException();
}
public int regCheckLicense(IMSApiSessionContextStruct sessionContext, string stationNumber, int licenseType, string[] licenseUploadKeys, string[] licenseUploadValues, out string[] licenseResultValues)
{
throw new NotImplementedException();
}
public int regGetRegisteredUser(IMSApiSessionContextStruct sessionContext, string stationNumber, out string userName, out string name, out string firstname)
{
throw new NotImplementedException();
}
public int regLogin(IMSApiSessionValidationStruct sessionValidationStruct, out IMSApiSessionContextStruct sessionContext)
{
throw new NotImplementedException();
}
public int regLogout(IMSApiSessionContextStruct sessionContext)
{
throw new NotImplementedException();
}
public int regRegisterUser(IMSApiSessionContextStruct sessionContext, string stationNumber, string userName, string password, string client)
{
throw new NotImplementedException();
}
public int regUnregisterUser(IMSApiSessionContextStruct sessionContext, string stationNumber, string userName, string password, string client)
{
throw new NotImplementedException();
}
public int setupAttachPreSetup(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] presetupHeadFilter, string[] presetupAttachPositionUploadKeys, string[] presetupAttachPositionUploadValues, string[] presetupAttachPositionResultKeys, out string[] presetupAttachPositionResultValues)
{
throw new NotImplementedException();
}
public int setupChangeSetupForSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] setupChangeSerialKeys, string[] setupChangeSerialValues, string[] setupChangePartKeys, string[] setupChangePartValues, string[] setupChangeResultKeys, out string[] setupChangeResultValues)
{
throw new NotImplementedException();
}
public int setupCheck(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberRef, string serialNumberRefPos, string workOrderNumber, int processLayer, int checkMode, int resultMode, out string workorderNumber, out string productNumber, out string placementName, out int setupActive, out CheckSetupData[] checkSetupDataArray)
{
throw new NotImplementedException();
}
public int setupCheckPreSetup(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] presetupHeadFilter, string[] presetupHeadResultKeys, string[] presetupPositionResultKeys, string[] presetupPositionComponentResultKeys, out string[] presetupHeadResultValues, out string[] presetupPositionResultValues, out string[] presetupPositionComponentResultValues)
{
throw new NotImplementedException();
}
public int setupCreatePreSetup(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] presetupHeadUploadData, string[] presetupConsumerUploadKeys, string[] presetupConsumerUploadValues, string[] presetupSectionUploadKeys, string[] presetupSectionUploadValues, string[] presetupHeadResultKeys, string[] presetupConsumerResultKeys, string[] presetupSectionResultKeys, out string[] presetupHeadResultValues, out string[] presetupConsumerResultValues, out string[] presetupSectionResultValues)
{
throw new NotImplementedException();
}
public int setupGetMaterialSetup(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, int setupFlag, long setupStartDate, long setupEndDate, string[] setupResultKeys, out string[] setupResultValues, string[] componentResultKeys, out string[] componentResultValues)
{
throw new NotImplementedException();
}
public int setupGetPreSetupDetails(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] presetupHeadFilter, string[] presetupHeadResultKeys, string[] presetupConsumerResultKeys, string[] presetupSectionResultKeys, string[] presetupPositionResultKeys, string[] presetupPositionComponentResultKeys, out string[] presetupHeadResultValues, out string[] presetupConsumerResultValues, out string[] presetupSectionResultValues, out string[] presetupPositionResultValues, out string[] presetupPositionComponentResultValues)
{
throw new NotImplementedException();
}
public int setupGetRequiredMaterialForPreSetup(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] presetupHeadFilter, string[] presetupMaterialResultKeys, string[] presetupMaterialAlternativeResultKeys, out string[] presetupMaterialResultValues, out string[] presetupMaterialAlternativeResultValues)
{
throw new NotImplementedException();
}
public int setupGetSetupDataBySerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, string partNumber, string location, int level, string[] setupResultKeys, out string[] setupResultValues)
{
throw new NotImplementedException();
}
public int setupGetSetupDataBySerialNumberRef(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] serialSetupFilter, string[] setupResultKeys, out string[] setupResultValues)
{
throw new NotImplementedException();
}
public int setupGetSetupName(IMSApiSessionContextStruct sessionContext, string stationNumber, out string setupName)
{
throw new NotImplementedException();
}
public int setupGetStationSetupDataForMaterialBin(IMSApiSessionContextStruct sessionContext, string stationNumber, string materialBinNumber, string[] setupResultKeys, out string[] setupResultValues)
{
throw new NotImplementedException();
}
public int setupReplaceSetupForSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string serialNumber, int serialNumberPos, string materialNumber, string compName, string materialBinNumberOld, string materialBinNumberNew, long bookDate)
{
throw new NotImplementedException();
}
public int setupSearchPreSetup(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] presetupHeadFilter, string[] presetupHeadResultKeys, string[] presetupConsumerResultKeys, string[] presetupSectionResultKeys, out string[] presetupHeadResultValues, out string[] presetupConsumerResultValues, out string[] presetupSectionResultValues)
{
throw new NotImplementedException();
}
public int setupStateChange(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string workOrderNumber, string serialNumber, int serialNumberPos, int activateFlag)
{
throw new NotImplementedException();
}
public int setupUpdateMaterialSetup(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string workOrderNumber, string productNumber, string setupName, string[] materialSetupUploadKeys, string[] materialSetupUploadValues, string[] compPositionsUploadKeys, string[] compPositionsUploadValues, out string[] materialSetupResultValues, out string[] compPositionsResultValues)
{
throw new NotImplementedException();
}
public int setupUpdatePreSetup(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] presetupHeadFilter, KeyValue[] presetupHeadUploadKeys, string[] presetupConsumerUploadKeys, string[] presetupConsumerUploadValues, string[] presetupSectionUploadKeys, string[] presetupSectionUploadValues, out string[] presetupConsumerResultValues, out string[] presetupSectionResultValues)
{
throw new NotImplementedException();
}
public int setupUpdatePreSetupPosition(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] presetupHeadFilter, string[] presetupPositionUploadKeys, string[] presetupPositionUploadValues, string[] presetupPositionComponentUploadKeys, string[] presetupPositionComponentUploadValues, out string[] presetupPositionResultValues, out string[] presetupPositionComponentResultValues)
{
throw new NotImplementedException();
}
public int shipActivateShippingLotAtKap(IMSApiSessionContextStruct sessionContext, string stationNumber, string lotNumber)
{
throw new NotImplementedException();
}
public int shipAddChildLotToParentLot(IMSApiSessionContextStruct sessionContext, string stationNumber, string lotNumberChild, string lotNumberParent, long bookDate)
{
throw new NotImplementedException();
}
public int shipAddSerialNumberToShippingLot(IMSApiSessionContextStruct sessionContext, string stationNumber, string lotNumber, string serialNumber, int serialNumberPos, long bookDate)
{
throw new NotImplementedException();
}
public int shipCheckSerialNumberAddToShippingLot(IMSApiSessionContextStruct sessionContext, string stationNumber, string lotNumber, string serialNumber, string serialNumberPos)
{
throw new NotImplementedException();
}
public int shipCheckSerialNumberFromShippingLot(IMSApiSessionContextStruct sessionContext, string stationNumber, string lotNumber, string serialNumber, string serialNumberPos)
{
throw new NotImplementedException();
}
public int shipCompleteLot(IMSApiSessionContextStruct sessionContext, string stationNumber, string lotNumber, int allowLessQuantity, long bookDate)
{
throw new NotImplementedException();
}
public int shipDeactivateShippingLotAtKap(IMSApiSessionContextStruct sessionContext, string stationNumber, string lotNumber)
{
throw new NotImplementedException();
}
public int shipGetChildLotsForParentLot(IMSApiSessionContextStruct sessionContext, string stationNumber, string lotNumberParent, string[] childLotResultKeys, out string[] childLotResultValues)
{
throw new NotImplementedException();
}
public int shipGetLotFromSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, string serialNumberPos, string[] lotResultKeys, out string[] lotResultValues)
{
throw new NotImplementedException();
}
public int shipGetSerialNumberDataForShippingLot(IMSApiSessionContextStruct sessionContext, string stationNumber, string lotNumber, string[] serialNumberResultKeys, out string[] serialNumberResultValues)
{
throw new NotImplementedException();
}
public int shipGetShippingLotInfo(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] shippingLotFilters, string[] shippingLotResultKeys, out string[] shippingLotResultValues)
{
throw new NotImplementedException();
}
public int shipGetShippingPrefs(IMSApiSessionContextStruct sessionContext, string stationNumber, int objectType, string objectNumber, string objectDetail, int withPackagingRule, string[] shippingPrefsResultKeys, out string[] shippingPrefsResultValues)
{
throw new NotImplementedException();
}
public int shipMoveChildLots(IMSApiSessionContextStruct sessionContext, string stationNumber, StringStruct[] childLotArray, string actualParentLot, string newParentLot, long bookDate, out ResultData[] resultDataArray)
{
throw new NotImplementedException();
}
public int shipRemoveChildLots(IMSApiSessionContextStruct sessionContext, string stationNumber, string lotNumberParent, string[] lotNumbersChild, long bookDate, out ResultData[] resultArray)
{
throw new NotImplementedException();
}
public int shipRemoveSerialNumberFromShippingLot(IMSApiSessionContextStruct sessionContext, string stationNumber, string lotNumber, string serialNumber, string serialNumberPos, long bookDate)
{
throw new NotImplementedException();
}
public int shipReuseCompletedShippingLot(IMSApiSessionContextStruct sessionContext, string stationNumber, int functionMode, string lotNumber, string[] shippingLotResultKeys, out string[] shippingLotResultValues)
{
throw new NotImplementedException();
}
public int shipSendLot(IMSApiSessionContextStruct sessionContext, string stationNumber, string lotNumber, long bookDate, KeyValue[] shippingLotSendValues)
{
throw new NotImplementedException();
}
public int smtCheckMaterialBin(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] materialBinUploadKeys, string[] materialBinUploadValues, out string[] materialBinResultValues)
{
throw new NotImplementedException();
}
public int smtConsumption(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string lineName, string setupName, string productName, string bomVersion, string placementRecipe, bool assignSerialNumbers, bool bookSerialNumbers, bool activateSetup, ref SmtSerialNo[] serialNumbers, ref SmtEvent[] events, ref SmtPlacement[] placements, bool ignoreContainerProblems, bool createWorkOrder, bool activateWorkOrder, string workOrderNumber, double cycleTime)
{
throw new NotImplementedException();
}
public int smtEventSetup(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string lineName, string setupName, string productName, string bomVersion, string placementRecipe, bool assignSerialNumbers, bool bookSerialNumbers, bool activateSetup, ref SmtSerialNo[] serialNumbers, ref SmtEvent[] events, ref SmtPlacement[] placements, bool ignoreContainerProblems, bool createWorkOrder, bool activateWorkOrder, string workOrderNumber, double cycleTime)
{
throw new NotImplementedException();
}
public int smtSerialNumberCheckIn(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] serialNoCheckUploadKeys, string[] serialNoCheckUploadValues, out string[] serialNoCheckResultValues, string[] logInfoUploadKeys, string[] logInfoUploadValues, out string[] logInfoResultValues, string[] serialNumberStateResultKeys, out string[] serialNumberStateResultValues, string[] recipeResultKeys, out string[] recipeResultValues)
{
throw new NotImplementedException();
}
public int smtSerialNumberSetup(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string lineName, string setupName, string productName, string bomVersion, string placementRecipe, bool assignSerialNumbers, bool bookSerialNumbers, bool activateSetup, ref SmtSerialNo[] serialNumbers, ref SmtEvent[] events, ref SmtPlacement[] placements, bool ignoreContainerProblems, bool createWorkOrder, bool activateWorkOrder, string workOrderNumber, double cycleTime)
{
throw new NotImplementedException();
}
public int smtSetupData(IMSApiSessionContextStruct sessionContext, string stationNumber, int functionMode, string[] smtSetupHeaderKeys, string[] smtSetupHeaderValues, out string[] smtSetupHeaderResultValues, string[] smtSerialNumberKeys, string[] smtSerialNumberValues, out string[] smtSerialNumberResultValues, string[] smtEventKeys, string[] smtEventValues, out string[] smtEventResultValues, string[] smtPlacementKeys, string[] smtPlacementValues)
{
throw new NotImplementedException();
}
public int trActivateOrderCluster(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] orderClusterActivateData)
{
throw new NotImplementedException();
}
public int trActivateWorkOrder(IMSApiSessionContextStruct sessionContext, string stationNumber, string workOrderNumber, string serialNumber, string serialNumberPos, int processLayer, int flag)
{
throw new NotImplementedException();
}
public int trActivateWorkstep(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] activateWorkstepKeys)
{
throw new NotImplementedException();
}
public int trAddExternalSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberRef, string serialNumberRefPos, int serialNumberState, long bookDate, float cycleTime, KeyValue[] workOrderUploadData, string[] workOrderResultKeys, out string[] workOrderResultValues, string[] serialNumberUploadKeys, string[] serialNumberUploadValues, out string[] serialNumberResultValues)
{
throw new NotImplementedException();
}
public int trAddSerialNumberToPool(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberPoolName, string[] serialNumberPoolKeys, string[] serialNumberPoolValues, out string[] serialNumberPoolResults)
{
throw new NotImplementedException();
}
public int trAddSerialNumberToSerialNumberPool(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, string serialNumberPos, string serialNumberPoolName, out int state, out string partNumber, out string workOrderNumber)
{
throw new NotImplementedException();
}
public int trAssignSerialNumberForProductOrWorkOrder(IMSApiSessionContextStruct sessionContext, string stationNumber, string workOrderNumber, string partNumber, string bomVersion, string serialNumberRef, string serialNumberRefPos, int processLayer, SerialNumberData[] serialNumberArray, int activateWorkOrder)
{
throw new NotImplementedException();
}
public int trAssignSerialNumberMergeAndUploadState(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string serialNumberRef, string serialNumberRefPos, SerialNumberData[] serialNumberArray, string serialNumberSlave, int doUploadState, int serialNumberState, int multiplePanel)
{
throw new NotImplementedException();
}
public int trAssignSerialnumberToOrderCluster(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] orderClusterSerialnumberHeader, string[] orderClusterSerialnumberAssignKeys, string[] orderClusterSerialnumberAssignValues, out string[] orderClusterSerialnumberAssignResultValues)
{
throw new NotImplementedException();
}
public int trChangePoolSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberPoolName, string[] poolSerialNumberKeys, string[] poolSerialNumberValues, out string[] poolSerialNumberResults)
{
throw new NotImplementedException();
}
public int trChangeSerialNumberPool(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberPoolName, KeyValue[] serialNumberPoolData)
{
throw new NotImplementedException();
}
public int trChangeWorkOrder(IMSApiSessionContextStruct sessionContext, string stationNumber, int lineFlag, string[] workorderResultKeys, out string[] workorderResultValues)
{
throw new NotImplementedException();
}
public int trCheckMergedPartsForSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mergedPartsFilters, string[] mergePartsResultKeys, out string[] mergePartsResultValues)
{
throw new NotImplementedException();
}
public int trCheckMergedPartsForSerialNumberComplete(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, int serialNumberPos, int allMergedPartsVisible, int checkMultipleBoard, string[] mergePartsResultKeys, out string[] mergePartsResultValues)
{
throw new NotImplementedException();
}
public int trCheckSerialNumberState(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, int checkMultiBoard, string serialNumber, string serialNumberPos, string[] serialNumberStateResultKeys, out string[] serialNumberStateResultValues)
{
throw new NotImplementedException();
}
public int trCheckUserSkill(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string userId, KeyValue[] checkUserSkillFilter)
{
throw new NotImplementedException();
}
public int trCheckUserSkills(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] checkUserSkillsFilter, string[] checkUserSkillsResultKeys, out string[] checkUserSkillsResultValues)
{
throw new NotImplementedException();
}
public int trCreateSerialNumberPool(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberPoolName, string serialNumberPoolDesc, string changeOrderNumber, string infoTxt, int serialNumberPoolType)
{
throw new NotImplementedException();
}
public int trDeleteSerialNumberPool(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberPoolName)
{
throw new NotImplementedException();
}
public int trGetCapturedRepairHistoryData(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, KeyValue[] repairHistoryFilter, string[] failureDataResultKey, string[] failureSlipDataResultKey, out string[] failureDataResultValues, out string[] failureSlipDataResultValues)
{
throw new NotImplementedException();
}
public int trGetMergeHistory(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] mergedHistoryFilters, string[] mergedHistoryResultKeys, out string[] mergedHistoryResultValues)
{
throw new NotImplementedException();
}
public int trGetMergeParts(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, string serialNumberPos, int resolveDirection, int resolveLevel, string[] mergePartsResultKeys, out string[] mergePartsResultValues)
{
throw new NotImplementedException();
}
public int trGetMultiStationSettings(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] stationMultiSettingsResultKeys, out string[] stationMultiSettingsResultValues)
{
throw new NotImplementedException();
}
public int trGetNextProductionStep(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, string serialNumberPos, int functionMode, int stateCheck, int confirmFlag, string[] productionStepResultKeys, out string[] productionStepResultValues)
{
throw new NotImplementedException();
}
public int trGetNextSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, string workOrderNumber, string partNumber, int numberOfRecords, out SerialNumberData[] serialNumberArray)
{
throw new NotImplementedException();
}
public int trGetPools(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberPoolName, string changeOrder, int snrPoolState, string[] serialNumberPoolResultKeys, out string[] serialNumberPoolResultValues)
{
throw new NotImplementedException();
}
public int trGetPoolSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberPoolName, string serialNumber, string serialNumberPos, int startPosition, int maxRowCount, int processingStateFlag, int snrStateFlag, string[] poolSerialNumberResultKeys, out string[] poolSerialNumberResultValues, out bool hasMore, out string outSerialNumberPoolName)
{
throw new NotImplementedException();
}
public int trGetProductQuantity(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, int functionMode, KeyValue[] workorderFilters, KeyValue[] filterDataArray, string[] productQuantityResultKeys, out string[] productQuantityResultValues)
{
throw new NotImplementedException();
}
public int trGetResultDataForSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string serialNumber, int serialNumberPos, string type, string name, int allProductEntries, int onlyLastEntry, KeyValue[] resultDataFilters, string[] resultDataKeys, out string[] resultDataValues)
{
throw new NotImplementedException();
}
public int trGetSerialNumberActivityUploadInfo(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberRef, string serialNumberRefPos, KeyValue[] activityFilter, string[] activityDataResultKeys, out string[] activityDataResultValues)
{
throw new NotImplementedException();
}
public int trGetSerialNumberBySerialNumberRef(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberRef, string serialNumberRefPos, out SerialNumberData[] serialNumberArray)
{
throw new NotImplementedException();
}
public int trGetSerialNumberForWorkOrderAndWorkstep(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string workOrderNumber, int sequenceType, int workstepNumber, int multiplePanel, int state, int maxRows, int confirmFlag, int sortFlag, string[] serialNumberResultKeys, out string[] serialNumberResultValues)
{
throw new NotImplementedException();
}
public int trGetSerialNumberHistoryData(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, string serialNumberPos, int processLayer, int desolvingSerialNumber, int desolvingLevel, string[] bookingResultKeys, out string[] bookingResultValues, string[] failureDataResultKeys, out string[] failureDataResultValues, string[] failureSlipDataResultKeys, out string[] failureSlipDataResultValues, string[] measureDataResultKeys, out string[] measureDataResultValues, out string workOrderNumber, out string partNumber, out string customerPartNumber, out string partDesc, out string quantity, out long lastReportDate, out string lotNumber, out int isLocked)
{
throw new NotImplementedException();
}
public int trGetSerialNumberInfo(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, string serialNumberPos, string[] serialNumberResultKeys, out string[] serialNumberResultValues)
{
throw new NotImplementedException();
}
public int trGetSerialNumberPoolInfo(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberPoolName, int workOrderInfo, string[] poolInfoResultKeys, out string[] poolInfoResultValues, out string changeOrder, out string partNumber, out string erpBomIndex, out string infoTxtChangeOrder, out string infoTxtSnrPool, out int qtyAssignedSerialNumbers, out int qtyIdentifiedSerialNumbers, out int qtyCOAssignedSerialNumbers, out int snrPoolState, out string snrPoolDescription)
{
throw new NotImplementedException();
}
public int trGetSerialNumberUploadInfo(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string serialNumber, string serialNumberPos, int checkProcessStep, string[] uploadInfoResultKeys, out string[] uploadInfoResultValues)
{
throw new NotImplementedException();
}
public int trGetStationResult(IMSApiSessionContextStruct sessionContext, string stationNumber, string workorderNumber, string partNumber, int bomVersion, string bomIndex, string bomVersionErp, long fromDate, long toDate, string[] measurementNames, int functionMode, string[] stationResultKeys, out string[] stationResultValues)
{
throw new NotImplementedException();
}
public int trGetStationSetting(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] stationSettingResultKeys, out string[] stationSettingResultValues)
{
throw new NotImplementedException();
}
public int trGetTestplanData(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, string serialNumberPos, int processLayer, string workorderNumber, KeyValue[] testplanFilters, string[] varParamResultKeys, out string[] varParamResultValues, string[] varFailCodeResultKeys, out string[] varFailCodeResultValues, string[] attribParamResultKeys, out string[] attribParamResultValues, string[] attribParamValueResultKeys, out string[] attribParamValueResultValues, string[] attribFailCodeResultKeys, out string[] attribFailCodeResultValues)
{
throw new NotImplementedException();
}
public int trGetTopFailures(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] trGetTopFailuresFilter, string[] topFailuresResultKeys, out string[] topFailuresResultValues)
{
throw new NotImplementedException();
}
public int trGetWorkOrderForStation(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] workorderFilter, string[] workorderResultKeys, out string[] workorderResultValues)
{
throw new NotImplementedException();
}
public int trIdentifyPoolSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, string serialNumberPos, string serialNumberPoolName)
{
throw new NotImplementedException();
}
public int trMergeParts(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, int duplicateSerialNumber, string serialNumberMaster, string serialNumberMasterPos, string serialNumberSlave, string serialNumberSlavePos)
{
throw new NotImplementedException();
}
public int trRemoveMergeParts(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string serialNumberSlave, string serialNumberSlavePos, string textInfo)
{
throw new NotImplementedException();
}
public int trRemoveSerialNumberFromOrder(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] removeSerialNumberKeys)
{
throw new NotImplementedException();
}
public int trRemoveSerialNumberFromSerialNumberPool(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, string serialNumberPos, string serialNumberPoolName)
{
throw new NotImplementedException();
}
public int trSerialNumberPassing(IMSApiSessionContextStruct sessionContext, string stationNumber, string[] serialNumberPassingKeys, string[] serialNumberPassingValues, string[] serialNumberPassingResultKeys, out string[] serialNumberPassingResultValues)
{
throw new NotImplementedException();
}
public int trSimulateMerge(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberMaster, string serialNumberMasterPos, string workorderNumberMaster, string serialNumberSlave, string serialNumberSlavePos, string workorderNumberSlave, string[] simulateMergeResultKeys, out string[] simulateMergeResultValues)
{
throw new NotImplementedException();
}
public int trSplitPanel(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberRef, string serialNumberRefPos, int functionMode, string[] splitPanelKeys, string[] splitPanelValues, out string[] splitPanelResults)
{
throw new NotImplementedException();
}
public int trSwitchSerialNumber(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberRef, string serialNumberRefPos, ref SwitchSerialNumberData[] serialNumberArray)
{
throw new NotImplementedException();
}
public int trTestPaa(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, int processLayer, int model, out int resultPaa, out string infoText)
{
throw new NotImplementedException();
}
public int trTestSpa(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, int processLayer, int model, out int resultCp, out int resultCpk, out string infoText)
{
throw new NotImplementedException();
}
public int trUploadActivity(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string serialNumberRef, string serialNumberRefPos, int serialNumberState, int duplicateSerialNumber, long bookDate, float cycleTime, string[] activityDataKeys, string[] activityDataValues, out string[] activityDataResults)
{
throw new NotImplementedException();
}
public int trUploadFailureAndResultData(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string serialNumberRef, string serialNumberRefPos, int serialNumberState, int duplicateSerialNumber, float cycleTime, long bookDate, string[] measureKeys, string[] measureValues, out string[] measureResultValues, string[] failureKeys, string[] failureValues, out string[] failureResultValues, string[] failureSlipKeys, string[] failureSlipValues, out string[] failureSlipResultValues)
{
throw new NotImplementedException();
}
public int trUploadFailuresForMergedParts(IMSApiSessionContextStruct sessionContext, string stationNumber, KeyValue[] uploadMasterSerialNumberKeys, string[] uploadSlaveSerialNumberKeys, string[] uploadSlaveSerialNumberValues, out string[] uploadSlaveSerialNumberResults, string[] uploadFailuresForSlaveSerialNumberKeys, string[] uploadFailuresForSlaveSerialNumberValues, out string[] uploadFailuresForSlaveSerialNumberResults)
{
throw new NotImplementedException();
}
public int trUploadPmQuantity(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string workOrderNumber, double passQty, double failQty, double scrapQty)
{
throw new NotImplementedException();
}
public int trUploadResultDataAndRecipe(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, int recipeVersionId, string serialNumberRef, string serialNumberRefPos, int serialNumberState, int duplicateSerialNumber, long bookDate, float cycleTime, int recipeVersionMode, string[] resultUploadKeys, string[] resultUploadValues, out string[] resultValues)
{
throw new NotImplementedException();
}
public int trUploadState(IMSApiSessionContextStruct sessionContext, string stationNumber, int processLayer, string serialNumberRef, string serialNumberRefPos, int serialNumberState, int duplicateSerialNumber, long bookDate, float cycleTime, string[] serialNumberUploadKeys, string[] serialNumberUploadValues, out string[] serialNumberResultValues)
{
throw new NotImplementedException();
}
public int trUploadStationResult(IMSApiSessionContextStruct sessionContext, string stationNumber, string partNumber, int bomVersion, string bomIndex, string bomVersionErp, string workOrderNumber, long bookDate, int serialUnitTrace, string[] stationResultUploadKeys, string[] stationResultUploadValues, out string[] stationResultValues)
{
stationResultValues = new String[] { "r1", "r2" };
return 5;
}
public int trUploadTestplanResult(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumber, string serialNumberPos, long bookDate, string[] workStepKeys, string[] workStepValues, out string[] workStepResults, string[] varUploadKeys, string[] varUploadValues, out string[] varUploadResults, string[] varFailUploadKeys, string[] varFailUploadValues, out string[] varFailUploadResults, string[] attribUploadKeys, string[] attribUploadValues, out string[] attribUploadResult, string[] attribFailUploadKeys, string[] attribFailUploadValues, out string[] attribFailUploadResults)
{
throw new NotImplementedException();
}
public int trVerifyMerge(IMSApiSessionContextStruct sessionContext, string stationNumber, string serialNumberSlave, string serialNumberSlavePos, string serialNumberMaster, string serialNumberMasterPos, int checkMultiBoard, out SerialNumberStateData[] serialNumberStateDataArray)
{
throw new NotImplementedException();
}
public int trVerifyMergeProduct(IMSApiSessionContextStruct sessionContext, string stationNumber, string partNumber, int bomVersion, string bomIndex, string serialNumberSlave, int level)
{
throw new NotImplementedException();
}
};
}