|
Class: AppletalkSocketAddress
Object
|
+--Collection
|
+--SequenceableCollection
|
+--ArrayedCollection
|
+--UninterpretedBytes
|
+--SocketAddress
|
+--AppletalkSocketAddress
- Package:
- stx:libbasic2
- Category:
- OS-Sockets
- Version:
- rev:
1.15
date: 2021/06/28 21:09:40
- user: cg
- file: AppletalkSocketAddress.st directory: libbasic2
- module: stx stc-classLibrary: libbasic2
Instances of AppletalkSocketAddress represent appletalk socket addresses.
These consist of a network (2 bytes), a node (1 byte) and a port number.
[instance variables:]
[class variables:]
copyrightCOPYRIGHT (c) 1999 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
addressing
-
anyNet
-
-
anyNode
-
-
anyPort
-
-
firstUnreservedPort
-
-
maxPort
-
254 is only legal on localtalk
queries
-
domain
-
ST/X (and a few other dialects) use the define-name in the C include file
as domain symbol. VisualWorks uses other names (see vwDomainSymbol)
-
obsoleteDomainSymbol
-
old ST/X domain symbol - should no longer be used; see domain
-
vwDomainSymbol
-
ST/X (and a few other dialects) use the define-name in the C include file
as domain symbol. VisualWorks uses another name
accessing
-
net
-
-
net: aNodeAddress
-
self new net:16r1234
-
net: netNr node: nodeNr port: portNr
-
AppletalkSocketAddress new net:1234 node:10 port:20
-
node
-
-
node: aNodeNr
-
-
port
-
-
port: aPortNr
-
printing & storing
-
printAddressOn: aStream
-
(comment from inherited method)
raise an error: must be redefined in concrete subclass(es)
queries
-
portOrName
-
|