|
Meeting SDK for Windows API Reference
|
Customized Meeting H.323 device. More...
#include <meeting_h323_helper_interface.h>
Inherits IH323Device.
Public Member Functions | |
| CustomizedH323Device () | |
| virtual void | SetName (const zchar_t *name_) |
| virtual const zchar_t * | GetName () |
| virtual void | SetIP (const zchar_t *ip_) |
| virtual const zchar_t * | GetIP () |
| virtual void | SetE164Num (const zchar_t *e164num_) |
| virtual const zchar_t * | GetE164Num () |
| virtual void | SetDeviceType (H323DeviceType type_) |
| virtual H323DeviceType | GetDeviceType () |
| virtual bool | IsCustomizedH323Device () |
Public Member Functions inherited from IH323Device | |
| virtual | ~IH323Device () |
Private Attributes | |
| H323DeviceType | _type |
| std::wstring | _name |
| std::wstring | _ip |
| std::wstring | _e164num |
Customized Meeting H.323 device.
Definition at line 113 of file meeting_h323_helper_interface.h.
|
inline |
Definition at line 116 of file meeting_h323_helper_interface.h.
References _type, and H323DeviceType_Unknown.
|
inlinevirtual |
Implements IH323Device.
Definition at line 159 of file meeting_h323_helper_interface.h.
References _type.
|
inlinevirtual |
Implements IH323Device.
Definition at line 149 of file meeting_h323_helper_interface.h.
References _e164num.
|
inlinevirtual |
Implements IH323Device.
Definition at line 138 of file meeting_h323_helper_interface.h.
References _ip.
|
inlinevirtual |
Implements IH323Device.
Definition at line 127 of file meeting_h323_helper_interface.h.
References _name.
|
inlinevirtual |
Implements IH323Device.
Definition at line 164 of file meeting_h323_helper_interface.h.
|
inlinevirtual |
Definition at line 154 of file meeting_h323_helper_interface.h.
References _type.
|
inlinevirtual |
Definition at line 143 of file meeting_h323_helper_interface.h.
References _e164num.
|
inlinevirtual |
Definition at line 132 of file meeting_h323_helper_interface.h.
References _ip.
|
inlinevirtual |
Definition at line 121 of file meeting_h323_helper_interface.h.
References _name.
|
private |
E.164 number
Definition at line 177 of file meeting_h323_helper_interface.h.
Referenced by GetE164Num(), and SetE164Num().
|
private |
Device IP.
Definition at line 175 of file meeting_h323_helper_interface.h.
|
private |
Device name.
Definition at line 173 of file meeting_h323_helper_interface.h.
|
private |
Type of device.
Definition at line 171 of file meeting_h323_helper_interface.h.
Referenced by CustomizedH323Device(), GetDeviceType(), and SetDeviceType().