2.20.
CLASS: PIF
CHAPTER 2.
API REFERENCE
RPC name: get IP
Overview:
Get the IP field of the given PIF.
Signature:
string get_IP (session_id s, PIF ref self)
Arguments:
type
name
description
PIF ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get netmask
Overview:
Get the netmask field of the given PIF.
Signature:
string get_netmask (session_id s, PIF ref self)
Arguments:
type
name
description
PIF ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get gateway
Overview:
Get the gateway field of the given PIF.
Signature:
string get_gateway (session_id s, PIF ref self)
Arguments:
type
name
description
PIF ref
self
reference to the object
Return Type:
string
value of the field
183