Esempio n. 1
0
 private byte[] SendCommand(byte[] buffer, int outputBufferLength)
 {
     lock (cameraSettings)
     {
         return(WIA.SendCommand(this, buffer, outputBufferLength));
     }
 }
Esempio n. 2
0
 private byte[] SendCommand(byte[] buffer)
 {
     lock (cameraSettings)
     {
         return(WIA.SendCommand(this, buffer));
     }
 }