nl:: Weave:: Profiles:: DeviceControl:: DeviceControlServer
#include <src/lib/profiles/device-control/DeviceControl.h>
فئة الخادم لتنفيذ الملف الشخصي للتحكم في الجهاز.
ملخّص
الاكتساب
يتم اكتسابه من: nl::Weave::WeaveServerBaseالفئات الفرعية المعروفة المباشرة: nl::Weave::DeviceLayer::Internal::DeviceControlServer
الشركات المصنّعة والمُصنّعة |
|
---|---|
DeviceControlServer(void)
|
السمات المحمية |
|
---|---|
mCurClientOp
|
|
mDelegate
|
|
mFailSafeArmed
|
bool
|
mFailSafeToken
|
uint32_t
|
mRemotePassiveRendezvousClientCon
|
|
mRemotePassiveRendezvousEncryptionType
|
uint8_t
|
mRemotePassiveRendezvousJoinerAddr
|
|
mRemotePassiveRendezvousJoinerCon
|
|
mRemotePassiveRendezvousKeyId
|
uint16_t
|
mRemotePassiveRendezvousOp
|
|
mRemotePassiveRendezvousTimeout
|
uint16_t
|
mRemotePassiveRendezvousTunnel
|
|
mResetFlags
|
uint16_t
|
mTunnelInactivityTimeout
|
uint16_t
|
وظائف عامة |
|
---|---|
Init(WeaveExchangeManager *exchangeMgr)
|
عليك إعداد حالة "خادم التحكُّم في الجهاز" والتسجيل لتلقّي رسائل "التحكُّم في الجهاز".
|
IsRemotePassiveRendezvousInProgress(void) const
|
bool
إعادة حالة الموعد السلبي عن بُعد.
|
SendStatusReport(uint32_t statusProfileId, uint16_t statusCode, WEAVE_ERROR sysError)
|
virtual WEAVE_ERROR
يمكنك إرسال تقرير الحالة ردًا على طلب.
|
SendSuccessResponse(void)
|
virtual WEAVE_ERROR
يمكنك إرسال رد ناجح لطلب التحكّم في الجهاز.
|
SetDelegate(DeviceControlDelegate *delegate)
|
void
عليك تحديد المفوّض لمعالجة أحداث "خادم التحكم في الجهاز".
|
Shutdown(void)
|
إيقاف خادم التحكّم في الجهاز
|
SystemTestTimeout(void)
|
void
|
السمات المحمية
mCurClientOp
ExchangeContext * mCurClientOp
mDelegate
DeviceControlDelegate * mDelegate
mFailSafeArmed
bool mFailSafeArmed
mFailSafeToken
uint32_t mFailSafeToken
mRemotePassiveRendezvousClientCon
WeaveConnection * mRemotePassiveRendezvousClientCon
mRemotePassiveRendezvousEncryptionType
uint8_t mRemotePassiveRendezvousEncryptionType
mRemotePassiveRendezvousJoinerAddr
IPAddress mRemotePassiveRendezvousJoinerAddr
mRemotePassiveRendezvousJoinerCon
WeaveConnection * mRemotePassiveRendezvousJoinerCon
mRemotePassiveRendezvousKeyId
uint16_t mRemotePassiveRendezvousKeyId
mRemotePassiveRendezvousOp
ExchangeContext * mRemotePassiveRendezvousOp
mRemotePassiveRendezvousTimeout
uint16_t mRemotePassiveRendezvousTimeout
mRemotePassiveRendezvousTunnel
WeaveConnectionTunnel * mRemotePassiveRendezvousTunnel
mResetFlags
uint16_t mResetFlags
mTunnelInactivityTimeout
uint16_t mTunnelInactivityTimeout
وظائف عامة
DeviceControlServer
DeviceControlServer( void )
Init
WEAVE_ERROR Init( WeaveExchangeManager *exchangeMgr )
عليك إعداد حالة "خادم التحكُّم في الجهاز" والتسجيل لتلقّي رسائل "التحكُّم في الجهاز".
التفاصيل | |||||||
---|---|---|---|---|---|---|---|
المعلمات |
|
||||||
قيم الإرجاع |
|
IsRemotePassiveRendezvousInProgress
bool IsRemotePassiveRendezvousInProgress( void ) const
إعادة حالة الموعد السلبي عن بُعد.
التفاصيل | |||||
---|---|---|---|---|---|
قيم الإرجاع |
|
SendStatusReport
virtual WEAVE_ERROR SendStatusReport( uint32_t statusProfileId, uint16_t statusCode, WEAVE_ERROR sysError )
يمكنك إرسال تقرير الحالة ردًا على طلب.
التفاصيل | |||||||
---|---|---|---|---|---|---|---|
المعلمات |
|
||||||
قيم الإرجاع |
|
SendSuccessResponse
virtual WEAVE_ERROR SendSuccessResponse( void )
يمكنك إرسال رد ناجح لطلب التحكّم في الجهاز.
التفاصيل | |||||||
---|---|---|---|---|---|---|---|
قيم الإرجاع |
|
SetDelegate
void SetDelegate( DeviceControlDelegate *delegate )
عليك تحديد المفوّض لمعالجة أحداث "خادم التحكم في الجهاز".
التفاصيل | |||
---|---|---|---|
المعلمات |
|
إيقاف التشغيل
WEAVE_ERROR Shutdown( void )
إيقاف خادم التحكّم في الجهاز
التفاصيل | |||
---|---|---|---|
قيم الإرجاع |
|
SystemTestTimeout
void SystemTestTimeout( void )