Interface for context service
More...
- Parameters
-
- Exceptions
-
| NotAvailableException (DPY_NOT_FOUND) | Thrown when service don't respond in time |
| NotAvailableException (NOT_AVAILABLE) | Thrown when service is not available |
| NotAvailableException (DPY_TIMEOUT) | Thrown when service don't respond in time |
| HalException | Thrown when service returns an error |
- Parameters
-
- Exceptions
-
| NotAvailableException (DPY_NOT_FOUND) | Thrown when service don't respond in time |
| NotAvailableException (NOT_AVAILABLE) | Thrown when service is not available |
| NotAvailableException (DPY_TIMEOUT) | Thrown when service don't respond in time |
| HalException | Thrown when service returns an error |
- Exceptions
-
| NotAvailableException (DPY_NOT_FOUND) | Thrown when service don't respond in time |
| NotAvailableException (NOT_AVAILABLE) | Thrown when service is not available |
| NotAvailableException (DPY_TIMEOUT) | Thrown when service don't respond in time |
| HalException | Thrown when service returns an error |
- Parameters
-
- Exceptions
-
| NotAvailableException (DPY_NOT_FOUND) | Thrown when service don't respond in time |
| NotAvailableException (NOT_AVAILABLE) | Thrown when service is not available |
| NotAvailableException (DPY_TIMEOUT) | Thrown when service don't respond in time |
| HalException | Thrown when service returns an error |
- Parameters
-
| device | Device |
| position | Memory start position |
| length | Memory length |
- Exceptions
-
| NotAvailableException (DPY_NOT_FOUND) | Thrown when service don't respond in time |
| NotAvailableException (NOT_AVAILABLE) | Thrown when service is not available |
| NotAvailableException (DPY_TIMEOUT) | Thrown when service don't respond in time |
| HalException | Thrown when service returns an error |
| void SetMemoryValues |
( |
IContextDevice |
device, |
|
|
uint |
position, |
|
|
string |
data |
|
) |
| |
- Parameters
-
| device | Device |
| position | Memory start position |
| data | Data to be stored |
- Exceptions
-
| NotAvailableException (DPY_NOT_FOUND) | Thrown when service don't respond in time |
| NotAvailableException (NOT_AVAILABLE) | Thrown when service is not available |
| NotAvailableException (DPY_TIMEOUT) | Thrown when service don't respond in time |
| HalException | Thrown when service returns an error |
| void SetMemoryValues |
( |
IContextDevice |
device, |
|
|
uint |
position, |
|
|
byte[] |
data |
|
) |
| |
- Parameters
-
| device | Device |
| position | Memory start position |
| data | Data to be stored |
- Exceptions
-
| NotAvailableException (DPY_NOT_FOUND) | Thrown when service don't respond in time |
| NotAvailableException (NOT_AVAILABLE) | Thrown when service is not available |
| NotAvailableException (DPY_TIMEOUT) | Thrown when service don't respond in time |
| HalException | Thrown when service returns an error |