SOCKUSER (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:SOCKUSER}}
<span class="pageSubtitle">SOCKUSER xxxx &mdash; M204 userid for socket login</span>
<span class="pageSubtitle"><section begin="desc" />SOCKUSER xxxx -- M204 userid for socket login.<section end="desc" /></span>


SOCKUSER is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>SOCKUSER</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


This parameter specifies the default ''Model 204'' user ID used for SRVSOCK logons. SOCKUSER SOCKUSER is the default.  
This parameter specifies the default <var class="product">Model 204</var> user ID used for SRVSOCK logons. <code>SOCKUSER SOCKUSER</code> is the default.  


Valid only for SRVSOCK ports.
Valid only for <var>[[JANUS DEFINE#type|SRVSOCK]]</var> ports.


==References==
==See also==
 
<ul>
See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


[[Category:JANUS DEFINE parameters|SOCKUSER]]
[[Category:JANUS DEFINE parameters|SOCKUSER]]

Latest revision as of 22:24, 16 April 2013

SOCKUSER xxxx — M204 userid for socket login

SOCKUSER is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter specifies the default Model 204 user ID used for SRVSOCK logons. SOCKUSER SOCKUSER is the default.

Valid only for SRVSOCK ports.

See also