Adds a single channel setting.
Declaring type: ClientProtocolSetupExtensions
Namespace: Zyan.Communication.Protocols
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static IClientProtocolSetup AddChannelSetting (
        IClientProtocolSetup protocolSetup,
        string name,
        object value
) 
Parameters
protocolSetup
Protocol setup
name
Name of channel setting (example: "port")
value
Value of channel setting (example: 8080)
Return Value

There is no description.