SendEventData
|
![]() ![]() ![]() |
|
[in] unsigned short eventID
|
Integer value specifying the numerical ID of the event.
|
|
[in] const char* data
|
Pointer to the block of memory containing data fields of the event.
|
|
[in] unsigned int size
|
Integer value specifying the size of the data block in bytes. Must not exceed 540.
|
|
[in] unsigned int channel
|
Integer value specifying the index of the streaming channel associated with the event. Default value of 0xFFFF specifies that no streaming channel is involved.
|
[in] bool requireAck
|
If TRUE, the virtual camera will wait for the acknowledge reply from the GigE Vision client.
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
__int64 time;
|
time=m_pCamera->GetTimer();
|
SendDataEvent(0x8E94, (char*) time, 8);
|