public global::UIKit.UIImage SbtGetPairingBarcode(BarcodeType barcodeType, StcComProtocol comProtocol, SetdefaultStatus setDefaultsStatus, string btAddress, CGRect imageFrame) { if (btAddress == null) { throw new ArgumentNullException("btAddress"); } var nsbtAddress = NSString.CreateNative(btAddress); global::UIKit.UIImage ret; ret = Runtime.GetNSObject <global::UIKit.UIImage> (global::ApiDefinition.ZebraMessaging.IntPtr_objc_msgSend_UInt32_UInt32_UInt32_IntPtr_CGRect(this.Handle, Selector.GetHandle("sbtGetPairingBarcode:withComProtocol:withSetDefaultStatus:withBTAddress:withImageFrame:"), (UInt32)barcodeType, (UInt32)comProtocol, (UInt32)setDefaultsStatus, nsbtAddress, imageFrame)); NSString.ReleaseNative(nsbtAddress); return(ret); }
public abstract global::UIKit.UIImage SbtGetPairingBarcode(BarcodeType barcodeType, StcComProtocol comProtocol, SetdefaultStatus setDefaultsStatus, string btAddress, CGRect imageFrame);