Exemplo n.º 1
0
        public void SetSerialParameters(uint speed, byte nBits, BluetoothRFCOMMParityType parity, byte bitStop)
        {
            var result = setSerialParameters(speed, nBits, parity, bitStop);

            IOObject.ThrowIfError(result);
        }
Exemplo n.º 2
0
		public void SetSerialParameters (uint speed, byte nBits, BluetoothRFCOMMParityType parity, byte bitStop)
		{
			var result = setSerialParameters (speed, nBits, parity, bitStop);
			IOObject.ThrowIfError (result);
		}