Description | Hierarchy | Fields | Methods | Properties |
type TPGMStreamBlockSocket = class(TBlockSocket)
Implementation of PGM-stream socket.
Not all systems supports this protocol!
function GetSocketType: integer; override; |
|
function GetSocketProtocol: integer; override; |
function GetSocketType: integer; override; |
Return value of socket type. For PGM-stream return SOCK_STREAM.
function GetSocketProtocol: integer; override; |
Return value of protocol type for socket creation. For PGM-stream returns IPPROTO_RM.