예제 #1
0
파일: OeipCamera.cs 프로젝트: kbitc/oeip
 public OeipCamera()
 {
     onEventDelegate  = new OnEventDelegate(OnEventHandle);
     onReviceDelegate = new OnReviceDelegate(OnReviceHandle);
 }
예제 #2
0
 public static extern void setDeviceDataAction(int deviceIndex, OnReviceDelegate onProcessData);