[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGSocketMsgFlagsIdx

Declaration

Source position: lazgio2.pas line 947

type TGSocketMsgFlagsIdx = (

  TGSocketMsgFlagsIdxMinValue = 0,

  

  G_SOCKET_MSG_OOB = 0,

  

  G_SOCKET_MSG_PEEK = 1,

  

  G_SOCKET_MSG_DONTROUTE = 2,

  

  TGSocketMsgFlagsIdxMaxValue = 31

  

);