Home > Configuration > User > adduserprotocol

adduserprotocol

Use this method to add the user protocol
Example: add user protocol MQTT -transporttype TCP -extension mqtt_logic

Syntax



Parameters

name

Unique name for the user protocol. Not case sensitive. Must begin with an ASCII letter or underscore (_) character, and must consist only of ASCII alphanumeric or underscore characters.
This is mandatory parameter.

transport

Transport layer's protocol.
This is mandatory parameter.

extension

Name of the extension to add parsing and runtime handling of the protocol packets.
This is mandatory parameter.

comment

Any comments associated with the protocol.

Return Value

Returns simpleResult

See Also