Interface PvDeviceEventSinkSwigInterface
Assembly: eBUSDotNetReceive.dll
Syntax
public interface PvDeviceEventSinkSwigInterface
Methods
View Source
OnCmdLinkRead(byte[], long, long)
Declaration
void OnCmdLinkRead(byte[] aBuffer, long aAddress, long aLength)
Parameters
| Type |
Name |
Description |
| byte[] |
aBuffer |
|
| long |
aAddress |
|
| long |
aLength |
|
View Source
OnCmdLinkWrite(byte[], long, long)
Declaration
void OnCmdLinkWrite(byte[] aBuffer, long aAddress, long aLength)
Parameters
| Type |
Name |
Description |
| byte[] |
aBuffer |
|
| long |
aAddress |
|
| long |
aLength |
|
View Source
OnEvent(PvDevice, ushort, ushort, ulong, ulong, byte[], uint)
Declaration
void OnEvent(PvDevice aDevice, ushort aEventID, ushort aChannel, ulong aBlockID, ulong aTimestamp, byte[] aData, uint aDataLength)
Parameters
View Source
OnEventGenICam(PvDevice, ushort, ushort, ulong, ulong, PvGenParameterList)
Declaration
void OnEventGenICam(PvDevice aDevice, ushort aEventID, ushort aChannel, ulong aBlockID, ulong aTimestamp, PvGenParameterList aData)
Parameters
View Source
OnLinkDisconnected(PvDevice)
Declaration
void OnLinkDisconnected(PvDevice aDevice)
Parameters
View Source
OnLinkReconnected(PvDevice)
Declaration
void OnLinkReconnected(PvDevice aDevice)
Parameters