nl:: Weave:: Profiles:: DeviceControl:: DeviceControlServer
#include <src/lib/profiles/device-control/DeviceControl.h>
Klasa serwera do implementacji profilu kontroli urządzenia.
Podsumowanie
Dziedziczenie
Dziedziczy z: nl::Weave::WeaveServerBaseBezpośrednie znane podklasy: nl::Weave::DeviceLayer::Internal::DeviceControlServer
Konstruktory i niszczyciele |
|
---|---|
DeviceControlServer(void)
|
Atrybuty chronione |
|
---|---|
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
|
Funkcje publiczne |
|
---|---|
Init(WeaveExchangeManager *exchangeMgr)
|
Zainicjuj stan serwera sterowania urządzeniem i zarejestruj się, aby otrzymywać wiadomości dotyczące tego urządzenia.
|
IsRemotePassiveRendezvousInProgress(void) const
|
bool
Przywróć stan zdalny, pasywny.
|
SendStatusReport(uint32_t statusProfileId, uint16_t statusCode, WEAVE_ERROR sysError)
|
virtual WEAVE_ERROR
Wyślij odpowiedź na żądanie z raportem o stanie.
|
SendSuccessResponse(void)
|
virtual WEAVE_ERROR
Wyślij odpowiedź na żądanie dotyczące sterowania urządzeniem.
|
SetDelegate(DeviceControlDelegate *delegate)
|
void
Ustaw przedstawiciela na potrzeby przetwarzania zdarzeń serwera kontroli urządzenia.
|
Shutdown(void)
|
Wyłącz serwer sterowania urządzeniem.
|
SystemTestTimeout(void)
|
void
|
Atrybuty chronione
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
Funkcje publiczne
DeviceControlServer
DeviceControlServer( void )
Init
WEAVE_ERROR Init( WeaveExchangeManager *exchangeMgr )
Zainicjuj stan serwera sterowania urządzeniem i zarejestruj się, aby otrzymywać wiadomości dotyczące tego urządzenia.
Szczegóły | |||||||
---|---|---|---|---|---|---|---|
Parametry |
|
||||||
Zwracane wartości |
|
IsRemotePassiveRendezvousInProgress
bool IsRemotePassiveRendezvousInProgress( void ) const
Przywróć stan zdalny, pasywny.
Szczegóły | |||||
---|---|---|---|---|---|
Zwracane wartości |
|
SendStatusReport
virtual WEAVE_ERROR SendStatusReport( uint32_t statusProfileId, uint16_t statusCode, WEAVE_ERROR sysError )
Wyślij odpowiedź na żądanie z raportem o stanie.
Szczegóły | |||||||
---|---|---|---|---|---|---|---|
Parametry |
|
||||||
Zwracane wartości |
|
SendSuccessResponse
virtual WEAVE_ERROR SendSuccessResponse( void )
Wyślij odpowiedź na żądanie dotyczące sterowania urządzeniem.
Szczegóły | |||||||
---|---|---|---|---|---|---|---|
Zwracane wartości |
|
SetDelegate
void SetDelegate( DeviceControlDelegate *delegate )
Ustaw przedstawiciela na potrzeby przetwarzania zdarzeń serwera kontroli urządzenia.
Szczegóły | |||
---|---|---|---|
Parametry |
|
Wyłączono
WEAVE_ERROR Shutdown( void )
Wyłącz serwer sterowania urządzeniem.
Szczegóły | |||
---|---|---|---|
Zwracane wartości |
|
SystemTestTimeout
void SystemTestTimeout( void )