C# Class PacketEditor.Main.SockInfo

显示文件 Open project: appsec-labs/Advanced_Packet_Editor Class Usage Examples

Public Properties

Property Type Description
afamily string[]
atype string[]
sdhow string[]
sockidfmt string

Public Methods

Method Description
api ( int function ) : string
apinum ( string name ) : byte
error ( int error ) : string
errornum ( string name ) : int
msg ( int function ) : string
msgnum ( string name ) : byte
proto ( int proto ) : string
type ( int type ) : string

Method Details

api() public method

public api ( int function ) : string
function int
return string

apinum() public method

public apinum ( string name ) : byte
name string
return byte

error() public method

public error ( int error ) : string
error int
return string

errornum() public method

public errornum ( string name ) : int
name string
return int

msg() public method

public msg ( int function ) : string
function int
return string

msgnum() public method

public msgnum ( string name ) : byte
name string
return byte

proto() public method

public proto ( int proto ) : string
proto int
return string

type() public method

public type ( int type ) : string
type int
return string

Property Details

afamily public_oe property

public string[] afamily
return string[]

atype public_oe property

public string[] atype
return string[]

sdhow public_oe property

public string[] sdhow
return string[]

sockidfmt public_oe property

public string sockidfmt
return string