Description | Hierarchy | Fields | Methods | Properties |
type TICMPBlockSocket = class(TDgramBlockSocket)
Implementation of RAW ICMP socket.
For this object you must have rights for creating RAW sockets!
function GetSocketType: integer; override; |
|
function GetSocketProtocol: integer; override; |
function GetSocketType: integer; override; |
Return value of socket type. For RAW and ICMP return SOCK_RAW.
function GetSocketProtocol: integer; override; |
Return value of protocol type for socket creation. For ICMP returns IPPROTO_ICMP or IPPROTO_ICMPV6