예제 #1
0
파일: OeipCamera.cs 프로젝트: kbitc/oeip
 public void SetDevice(OeipDeviceInfo oeipDevice)
 {
     this.Id         = oeipDevice.id;
     this.DeviceId   = oeipDevice.deviceId;
     this.DeviceName = oeipDevice.deviceName;
     this.GetCameraFormatList(this.Id);
     OeipHelper.setDeviceDataAction(this.Id, onReviceDelegate);
     OeipHelper.setDeviceEventAction(this.Id, onEventDelegate);
 }