nl:: Weave:: Profiles:: DeviceControl:: DeviceControlServer
#include <src/lib/profiles/device-control/DeviceControl.h>
Cihaz Kontrolü profilinin uygulanması için sunucu sınıfı.
Özet
Devralma
Devralındığı kaynak: nl::Weave::WeaveServerBaseDoğrudan Bilinen Alt Sınıflar: nl::Weave::DeviceLayer::Internal::DeviceControlServer
Oluşturucular ve Yıkıcılar |
|
---|---|
DeviceControlServer(void)
|
Korunan özellikler |
|
---|---|
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
|
Herkese açık işlevler |
|
---|---|
Init(WeaveExchangeManager *exchangeMgr)
|
Cihaz Denetim Sunucusu durumunu başlatın ve Cihaz Denetimi mesajlarını almak için kaydolun.
|
IsRemotePassiveRendezvousInProgress(void) const
|
bool
Uzaktan Pasif Buluşma durumuna dön.
|
SendStatusReport(uint32_t statusProfileId, uint16_t statusCode, WEAVE_ERROR sysError)
|
virtual WEAVE_ERROR
Bir isteğe durum raporu yanıtı gönderme.
|
SendSuccessResponse(void)
|
virtual WEAVE_ERROR
Cihaz Kontrolü isteğine başarılı bir yanıt gönderin.
|
SetDelegate(DeviceControlDelegate *delegate)
|
void
Yetki verilen kullanıcıyı, Cihaz Denetim Sunucusu etkinliklerini işlemesi için ayarlayın.
|
Shutdown(void)
|
Cihaz Denetim Sunucusu'nu kapatın.
|
SystemTestTimeout(void)
|
void
|
Korunan özellikler
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
Herkese açık işlevler
DeviceControlServer
DeviceControlServer( void )
Init
WEAVE_ERROR Init( WeaveExchangeManager *exchangeMgr )
Cihaz Denetim Sunucusu durumunu başlatın ve Cihaz Denetimi mesajlarını almak için kaydolun.
Ayrıntılar | |||||||
---|---|---|---|---|---|---|---|
Parametreler |
|
||||||
Değerleri Döndür |
|
IsRemotePassiveRendezvousInProgress
bool IsRemotePassiveRendezvousInProgress( void ) const
Uzaktan Pasif Buluşma durumuna dön.
Ayrıntılar | |||||
---|---|---|---|---|---|
Değerleri Döndür |
|
SendStatusReport
virtual WEAVE_ERROR SendStatusReport( uint32_t statusProfileId, uint16_t statusCode, WEAVE_ERROR sysError )
Bir isteğe durum raporu yanıtı gönderme.
Ayrıntılar | |||||||
---|---|---|---|---|---|---|---|
Parametreler |
|
||||||
Değerleri Döndür |
|
SendSuccessResponse
virtual WEAVE_ERROR SendSuccessResponse( void )
Cihaz Kontrolü isteğine başarılı bir yanıt gönderin.
Ayrıntılar | |||||||
---|---|---|---|---|---|---|---|
Değerleri Döndür |
|
SetDelegate
void SetDelegate( DeviceControlDelegate *delegate )
Yetki verilen kullanıcıyı, Cihaz Denetim Sunucusu etkinliklerini işlemesi için ayarlayın.
Ayrıntılar | |||
---|---|---|---|
Parametreler |
|
Kapat
WEAVE_ERROR Shutdown( void )
Cihaz Denetim Sunucusu'nu kapatın.
Ayrıntılar | |||
---|---|---|---|
Değerleri Döndür |
|
SystemTestTimeout
void SystemTestTimeout( void )