afdi-ambition-fbim-fe
Version:
3D组态BIM编辑器
20 lines (19 loc) • 718 B
TypeScript
/**communicationPhysicalPoint */
export declare function useCommunicationPhysicalPointApi(): {
/**
* communication/(PhysicalPoint)表控制层-getJavaDataType
*/
PhysicalPoint_DataTypeGET(config?: {}): Promise<string[]>;
/**
* communication/(PhysicalPoint)表控制层-getS7PlcDataType
*/
PhysicalPoint_GetS7PlcDataTypeGET(config?: {}): Promise<string[]>;
/**
* communication/(PhysicalPoint)表控制层-getRequestParamProcess
*/
PhysicalPoint_GetRequestParamProcessGET(config?: {}): Promise<string[]>;
/**
* communication/(PhysicalPoint)表控制层-getModbusPlcDataType
*/
PhysicalPoint_GetModbusPlcDataTypeGET(config?: {}): Promise<any[]>;
};