RVC  1.15.0
a product by RVBUST.
PythonAPI.Device Class Reference

RVC X Device. More...

Public Member Functions

def __init__ (self)
 
def IsValid (self)
 RVC X device is valid or not. More...
 
def Print (self)
 print the RVC X Camera information
 
def GetDeviceInfo (self)
 return get status and device information More...
 
def SetNetworkConfig (self, d, type, ip, netmask, gateway)
 set device configuration as the parameters More...
 
def GetNetworkConfig (self, d)
 return the current device information which contain NetworkType ip netmask gateway reachable More...
 

Static Public Member Functions

def Destroy (device)
 destroy RVC X Camera More...
 

Detailed Description

Member Function Documentation

◆ Destroy()

def PythonAPI.Device.Destroy (   device)
static

destroy RVC X Camera

Parameters
deviceDevice to be destroyed

◆ GetDeviceInfo()

def PythonAPI.Device.GetDeviceInfo (   self)

return get status and device information

Returns

◆ GetNetworkConfig()

def PythonAPI.Device.GetNetworkConfig (   self,
  d 
)

return the current device information which contain NetworkType ip netmask gateway reachable

Parameters
d[description]

◆ IsValid()

def PythonAPI.Device.IsValid (   self)

RVC X device is valid or not.

Returns
bool true for Valid

◆ SetNetworkConfig()

def PythonAPI.Device.SetNetworkConfig (   self,
  d,
  type,
  ip,
  netmask,
  gateway 
)

set device configuration as the parameters

Parameters
d[description]
type[description]
ip[description]
netmask[description]
gateway[description]

The documentation for this class was generated from the following file: