SendEvent
|
![]() ![]() ![]() |
|
[in] unsigned short eventID
|
Integer value specifying the numerical ID of the event.
|
|
[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
|
m_pCamera->SendEvent(0x8E94);
|