Esempio n. 1
0
        public global::UIKit.UIImage GetPairingBarcode(BarcodeType barcodeType, ComProtocol comProtocol, DefaultStatus defaultStatus, string bluetoothAddress, CGRect imageFrame)
        {
            if (bluetoothAddress == null)
            {
                throw new ArgumentNullException("bluetoothAddress");
            }
            var nsbluetoothAddress = NSString.CreateNative(bluetoothAddress);

            global::UIKit.UIImage ret;
            ret = Runtime.GetNSObject <global::UIKit.UIImage>(global::ApiDefinitions.ZebraMessaging.IntPtr_objc_msgSend_int_UInt32_UInt32_IntPtr_CGRect(this.Handle, Selector.GetHandle("sbtGetPairingBarcode:withComProtocol:withSetDefaultStatus:withBTAddress:withImageFrame:"), (int)barcodeType, (UInt32)comProtocol, (UInt32)defaultStatus, nsbluetoothAddress, imageFrame));
            NSString.ReleaseNative(nsbluetoothAddress);

            return(ret);
        }
Esempio n. 2
0
 public abstract global::UIKit.UIImage GetPairingBarcode(BarcodeType barcodeType, ComProtocol comProtocol, DefaultStatus defaultStatus, string bluetoothAddress, CGRect imageFrame);