Exemplo n.º 1
0
 public RecordFileInfo[] ListFile(ref DateTime startTime, ref DateTime stopTime)
 {
     return(CHKDVRDevice.ListFile(DVRDevice.UserID, Channel, ref startTime, ref stopTime));
 }
Exemplo n.º 2
0
 public RecordFileInfo[] ListFile()
 {
     return(CHKDVRDevice.ListFile(DVRDevice.UserID, Channel, ref mTStartTime, ref mTStopTime));
 }