public bool Format() { bool flag = false; if (this.IsConnected) { flag = CiteDLL.XX_Format(this.CamSerial); } return(flag); }