Ejemplo n.º 1
0
 public IOBluetoothL2CAPChannel OpenL2CAPChannelAsync(
     BluetoothL2CAPPSM psm,
     NSDictionary channelConfiguration,
     IOBluetoothL2CAPChannelDelegate channelDelegate)
 {
     return(OpenL2CAPChannelAsync(psm, channelConfiguration, (NSObject)channelDelegate));
 }
Ejemplo n.º 2
0
 public IOBluetoothL2CAPChannel OpenL2CAPChannel(
     BluetoothL2CAPPSM psm,
     IOBluetoothL2CAPChannelDelegate channelDelegate)
 {
     return(OpenL2CAPChannel(psm, (NSObject)channelDelegate));
 }
Ejemplo n.º 3
0
		public IOBluetoothL2CAPChannel OpenL2CAPChannelAsync (
			BluetoothL2CAPPSM psm,
			IOBluetoothL2CAPChannelDelegate channelDelegate)
		{
			return OpenL2CAPChannelAsync (psm, (NSObject)channelDelegate);
		}
Ejemplo n.º 4
0
		public IOBluetoothL2CAPChannel OpenL2CAPChannelAsync (
			BluetoothL2CAPPSM psm,
			NSDictionary channelConfiguration,
			IOBluetoothL2CAPChannelDelegate channelDelegate)
		{
			return OpenL2CAPChannelAsync (psm, channelConfiguration, (NSObject)channelDelegate);
		}