Return to Unit UDP
Description
To be documented
Class definitions
[Expand]
TUDPOptions = class(TProtocolOptions)
Note: For Get/Set Options Level = IPPROTO_UDP Option = ????
|
|
constructor Create;
|
|
private
|
FOptions:LongWord;
|
|
|
function GetNoChecksum:Boolean;
|
|
procedure SetNoChecksum(ANoChecksum:Boolean);
|
|
public
|
property NoChecksum:Boolean read GetNoChecksum write SetNoChecksum;
|
|
Function declarations
[Expand]
constructor TUDPOptions.Create;
Description: To be documented
[Expand]
function TUDPOptions.GetNoChecksum:Boolean;
Description: To be documented
[Expand]
procedure TUDPOptions.SetNoChecksum(ANoChecksum:Boolean);
Description: To be documented
Return to Unit Reference