☜ | ^$DEVICEDraft MDC Standard | ☞ |
The following nodes are defined in ^$Device for the SOCKET mnemonicspace:
^$Device(device,"SOCKET") = intexpr | |
Each device has a collection of sockets associated with it. Each new socket is identified by a socket identifier which is assigned an index number in the collection of sockets. This node of ^$Device defines the index number of the current socket. | |
^$Device(device,"SOCKET",index,"DELIMITER") = intexpr | |
This provides the number of I/O delimiters, as defined using the DELIMITER deviceattribute, in effect for the device/socket. (See 3.1.3) | |
^$Device(device,"SOCKET",index,"DELIMITER",n) = expr | |
This provides the n-th I/O delimiter string. (See 3.1.3) | |
^$Device(device,"SOCKET",index,"IOERROR") = expr | |
I/O error trapping mode. (See 3.1.4) | |
^$Device(device,"SOCKET",index,"LOCALADDRESS") = expr | |
This provides the local network node address of the connection | |
^$Device(device,"SOCKET",index,"PROTOCOL") = expr | |
This provides the network protocol used for the connection | |
^$Device(device,"SOCKET",index,"REMOTEADDRESS") = expr | |
This provides the remote network node address of the connection | |
^$Device(device,"SOCKET",index,"SOCKETHANDLE") = expr | |
The value of this node is an implementation-specific string that provides the socket identifier of the indicated socket. |
Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.
Some specifications are "approved for inclusion in a future standard". Note that the MUMPS Development Committee cannot guarantee that such future standards will indeed be published.
This page most recently updated on 13-Sep-2014, 22:20:56.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)