NetConnection doc update
This commit is contained in:
parent
6076da7508
commit
26af15095d
@ -717,42 +717,42 @@ my %classes = (
|
|||||||
{
|
{
|
||||||
name => 'local_port', type => 'Long',
|
name => 'local_port', type => 'Long',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'L'
|
plat => 'LSW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'local_address', type => 'String',
|
name => 'local_address', type => 'String',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'L'
|
plat => 'LSW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'remote_port', type => 'Long',
|
name => 'remote_port', type => 'Long',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'L'
|
plat => 'LSW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'remote_address', type => 'String',
|
name => 'remote_address', type => 'String',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'L'
|
plat => 'LSW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'type', type => 'Int',
|
name => 'type', type => 'Int',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'L'
|
plat => 'LSW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'state', type => 'Int',
|
name => 'state', type => 'Int',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'L'
|
plat => 'LSW'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'send_queue', type => 'Long',
|
name => 'send_queue', type => 'Long',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'L'
|
plat => 'LS'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'receive_queue', type => 'Long',
|
name => 'receive_queue', type => 'Long',
|
||||||
desc => '',
|
desc => '',
|
||||||
plat => 'L'
|
plat => 'LS'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
Who => [
|
Who => [
|
||||||
|
Loading…
Reference in New Issue
Block a user