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/05/01 21:35] nick ↷ Page moved from dido:public:s_cli:05_contents:05_contents:04_dll:port to dido:public:s_cli:05_contents:04_dll:port |
dido:public:s_cli:05_contents:01_prt:04_dll:port [2021/08/11 10:49] (current) murphy [Purpose] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== 2.2.1 DEFINE PORT Command ====== | + | ====== 4.2 Port ====== |
| - | [[dido:public:s_cli:05_contents:05_contents:04_dll:start| Return to DidoDLL]] | + | [[dido:public:s_cli:05_contents:01_prt:04_dll:start| Return to DidoDLL]] |
| ===== Purpose ===== | ===== Purpose ===== | ||
| - | [[dido:public:s_cli:05_contents:05_contents: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 ===== | ||
| - | [[dido:public:s_cli:05_contents:05_contents:04_dll:port| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:04_dll:port| Return to Top]] |
| <code> | <code> | ||
| 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:16-bit]] 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 ==== | ||
| - | [[dido:public:s_cli:05_contents:05_contents:04_dll:port| Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:04_dll:port| Return to Top]] |
| <code sql | Examples of Defining Port Numbers in DidoLL> | <code sql | Examples of Defining Port Numbers in DidoLL> | ||