This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:s_cli:05_contents:01_prt:04_dll:port [2021/06/14 22:39] nick [Where] |
dido:public:s_cli:05_contents:01_prt:04_dll:port [2021/08/11 10:49] (current) murphy [Purpose] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== 4.1 DEFINE PORT Command ====== | + | ====== 4.2 Port ====== |
| [[dido:public:s_cli:05_contents:01_prt:04_dll:start| Return to DidoDLL]] | [[dido:public:s_cli:05_contents:01_prt:04_dll:start| Return to DidoDLL]] | ||
| Line 5: | Line 5: | ||
| [[dido:public:s_cli:05_contents:01_prt:04_dll:port| Return to Top]] | [[dido:public:s_cli:05_contents:01_prt:04_dll:port| Return to Top]] | ||
| - | The **DEFINE PORT** Command is to define a named [[dido:public:ra:xapend:xapend.a_glossary:p:port]] for use within a [[dido:public:ra:xapend:xapend.a_glossary:n:node | DIDO Node]] in the [[dido:public:ra:xapend:xapend.a_glossary:n:node_network]]. The Port can be used by [[dido:public:ra:xapend:xapend.a_glossary:d:dapp]] which run on the Node. | + | The **DEFINE PORT** Command is to define a named [[dido:public:ra:xapend:xapend.a_glossary:p:port]] for use within a [[dido:public:ra:xapend:xapend.a_glossary:n:node | DIDO Node]] in the [[dido:public:ra:xapend:xapend.a_glossary:n:node_network]]. The Port can be used by [[dido:public:ra:xapend:xapend.a_glossary:d:dapp]] which run on the [[dido:public:ra:xapend:xapend.a_glossary:n:node|Node]]. |
| ===== Syntax ===== | ===== Syntax ===== | ||
| Line 19: | Line 19: | ||
| * **PortName** ::= textual name associated with the port. | * **PortName** ::= textual name associated with the port. | ||
| * **ProtocolName** ::= protocol associated with the port. | * **ProtocolName** ::= protocol associated with the port. | ||
| - | * **PortNumber** ::= integer value associated with the port. A port number uniquely identifies a network-based application on a computer. Each application/program is allocated a [[dido:public:ra:xapend:xapend.a_glossary:00-9:16bit]] integer port number. This number is assigned automatically by the [[dido:public:ra:xapend:xapend.a_glossary:o:os|OS]], manually by the user or is set as a default for some popular applications. | + | * **PortNumber** ::= [[dido:public:s_cli:05_contents:01_prt:04_dll:portnumbertype | PortNumberType]] is an integer value associated with the port. A port number uniquely identifies a network-based application on a computer. Each [[dido:public:ra:xapend:xapend.a_glossary:a:application|application/program]] is allocated a [[dido:public:ra:xapend:xapend.a_glossary:00-9:16bit]] integer port number. This number is assigned automatically by the [[dido:public:ra:xapend:xapend.a_glossary:o:os|OS]], manually by the user or is set as a default for some popular applications. |
| ==== Examples ==== | ==== Examples ==== | ||