Description | Hierarchy | Fields | Methods | Properties |
type TPGMMessageBlockSocket = class(TBlockSocket)
Implementation of PGM-message 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-message return SOCK_RDM.
function GetSocketProtocol: integer; override; |
Return value of protocol type for socket creation. For PGM-message returns IPPROTO_RM.