Enum: NetworkSocketTypeEnum
From https://www.freepascal.org/daily/doc/rtl/sockets/index-2.html
Permissible Values
| Value | Meaning | Description | 
|---|---|---|
| sock_dgram | None | "Type of socket: datagram (conn | 
| sock_raw | None | "Type of socket: raw socket" | 
| sock_rdm | None | "Type of socket: reliably-delivered message" | 
| sock_seqpacket | None | "Type of socket: sequential packet socket" | 
| sock_stream | None | "Type of socket: stream (connection) type socket (TCP)" | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
LinkML Source
name: NetworkSocketTypeEnum
description: From https://www.freepascal.org/daily/doc/rtl/sockets/index-2.html
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
permissible_values:
  sock_dgram:
    text: sock_dgram
    description: '"Type of socket: datagram (conn.less) socket (UDP)"'
  sock_raw:
    text: sock_raw
    description: '"Type of socket: raw socket"'
  sock_rdm:
    text: sock_rdm
    description: '"Type of socket: reliably-delivered message"'
  sock_seqpacket:
    text: sock_seqpacket
    description: '"Type of socket: sequential packet socket"'
  sock_stream:
    text: sock_stream
    description: '"Type of socket: stream (connection) type socket (TCP)"'