Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
component:ae2common [2018/10/03 09:25]
payonel
component:ae2common [2018/10/03 09:34]
payonel
Line 57: Line 57:
 - `setInterfaceConfiguration([slot:​number][,​ database:​address,​ entry:​number[,​ size:​number]]):​boolean`  ​ - `setInterfaceConfiguration([slot:​number][,​ database:​address,​ entry:​number[,​ size:​number]]):​boolean`  ​
   Configure the interface.   Configure the interface.
 +
 +====ImportBus API====
 +
 +- `getImportConfiguration(side:​number[,​ slot:​number]):​boolean`  ​
 +  Get the configuration of the import bus pointing in the specified direction.
 +
 +- `setImportConfiguration(side:​number[,​ slot:​number][,​ database:​address,​ entry:​number]):​boolean`  ​
 +  Configure the import bus pointing in the specified direction to import item stacks matching the specified descriptor.
 +
 +====ExportBus API====
 +
 +- `getExportConfiguration(side:​number,​ [ slot:​number]):​boolean`  ​
 +  Get the configuration of the export bus pointing in the specified direction.
 +
 +- `setExportConfiguration(side:​number[,​ slot:​number][,​ database:​address,​ entry:​number):​boolean`  ​
 +  Configure the export bus pointing in the specified direction to export item stacks matching the specified descriptor.
 +
 +- `exportIntoSlot(side:​number,​ slot:​number):​boolean`  ​
 +  Make the export bus facing the specified direction perform a single export operation into the specified slot.