dev
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// ShapshotSetData.aidl
|
||||
package com.mogo.module.common.entity;
|
||||
parcelable MogoSnapshotSetData;
|
||||
@@ -0,0 +1,10 @@
|
||||
// IMachineVisionInterface.aidl
|
||||
package com.mogo.module.common.machinevision;
|
||||
import com.mogo.module.common.entity.MogoSnapshotSetData;
|
||||
|
||||
// Declare any non-default types here with import statements
|
||||
|
||||
interface IMachineVisionInterface {
|
||||
|
||||
oneway void postData(in MogoSnapshotSetData data);
|
||||
}
|
||||
Reference in New Issue
Block a user