C# Class Motion.PlugIns.IPCam.UCI.UCIAction

Inheritance: Motion.PlugIns.IPCam.General.GeneralAction, IPlugInPTZ
Mostrar archivo Open project: zhuangyy/Motion Class Usage Examples

Protected Properties

Property Type Description
mCamID int
mHost string
mItemCamID ZForge.Controls.PropertyGridEx.CustomProperty
mItemHost ZForge.Controls.PropertyGridEx.CustomProperty
mItemPort ZForge.Controls.PropertyGridEx.CustomProperty
mPort int

Public Methods

Method Description
LoadConfig ( IConfigSetting section ) : void
SaveConfig ( IConfigSetting section ) : void
UISetValue ( System e ) : bool
ValidCheck ( List msgs ) : bool

Method Details

LoadConfig() public method

public LoadConfig ( IConfigSetting section ) : void
section IConfigSetting
return void

SaveConfig() public method

public SaveConfig ( IConfigSetting section ) : void
section IConfigSetting
return void

UISetValue() public method

public UISetValue ( System e ) : bool
e System
return bool

ValidCheck() public method

public ValidCheck ( List msgs ) : bool
msgs List
return bool

Property Details

mCamID protected_oe property

protected int mCamID
return int

mHost protected_oe property

protected string mHost
return string

mItemCamID protected_oe property

protected CustomProperty,ZForge.Controls.PropertyGridEx mItemCamID
return ZForge.Controls.PropertyGridEx.CustomProperty

mItemHost protected_oe property

protected CustomProperty,ZForge.Controls.PropertyGridEx mItemHost
return ZForge.Controls.PropertyGridEx.CustomProperty

mItemPort protected_oe property

protected CustomProperty,ZForge.Controls.PropertyGridEx mItemPort
return ZForge.Controls.PropertyGridEx.CustomProperty

mPort protected_oe property

protected int mPort
return int