Click or drag to resize

AndroidUsbCableMessagingFactoryCreateDuplexOutputChannel Method (String, String)

[Missing <summary> documentation for "M:Eneter.Messaging.MessagingSystems.AndroidUsbCableMessagingSystem.AndroidUsbCableMessagingFactory.CreateDuplexOutputChannel(System.String,System.String)"]

Namespace:  Eneter.Messaging.MessagingSystems.AndroidUsbCableMessagingSystem
Assembly:  Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 8.0.7
Syntax
public IDuplexOutputChannel CreateDuplexOutputChannel(
	string channelId,
	string responseReceiverId
)

Parameters

channelId
Type: SystemString

[Missing <param name="channelId"/> documentation for "M:Eneter.Messaging.MessagingSystems.AndroidUsbCableMessagingSystem.AndroidUsbCableMessagingFactory.CreateDuplexOutputChannel(System.String,System.String)"]

responseReceiverId
Type: SystemString

[Missing <param name="responseReceiverId"/> documentation for "M:Eneter.Messaging.MessagingSystems.AndroidUsbCableMessagingSystem.AndroidUsbCableMessagingFactory.CreateDuplexOutputChannel(System.String,System.String)"]

Return Value

Type: IDuplexOutputChannel

[Missing <returns> documentation for "M:Eneter.Messaging.MessagingSystems.AndroidUsbCableMessagingSystem.AndroidUsbCableMessagingFactory.CreateDuplexOutputChannel(System.String,System.String)"]

Implements

IMessagingSystemFactoryCreateDuplexOutputChannel(String, String)
See Also