protected void SetSystemFactoryDefault(FactoryDefaultType type)
 {
     RunStep(() => { Client.SetSystemFactoryDefault(type); }, "Set System Factory Default");
     DoRequestDelay();
 }
Example #2
0
 public override void SetSystemFactoryDefault(FactoryDefaultType FactoryDefault)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public OnvifCameraReset(string uri, string userName, string password, FactoryDefaultType resetType)
     : base(uri, userName, password)
 {
     ResetType = resetType;
 }
Example #4
0
 void IOnVifDevice.SetSystemFactoryDefault(FactoryDefaultType FactoryDefault)
 {
     throw new NotImplementedException();
 }