CanEasy COM-Help
|
Service which contains request (IServiceRequest) and response (IServiceResponse)
A service can be executed/transmitted. It will send the request and wait for a response or timeout
Definition at line 9645 of file cand_tlb.idl.
HRESULT CanEasy::IService::Send | ( | ) |
Sends this service
|
get |
Returns the error code (0 means no error)
|
get |
Returns the payload of the last response
|
getset |
Activates/Deactivates PreCopy events
|
getset |
Activates/Deactivates PreTransmit events
|
get |
Returns a collection with requests
|
get |
Returns a collection with responses
|
get |
Returns the class to get transmission events.
Example: Use item.TransmissionEvent.Active = true to activate the events.