Nedap.HandheldApi
|
Public Member Functions | |
void | SendCommand (Nedap.HandheldApi.Session.Command command, byte[] data) |
Send command to queue. | |
Events | |
EventHandler < ResponseReceivedEventArgs > | OnResponseReceived |
Response has been received. |
void Nedap.HandheldApi.CommunicationQueue.ICommunicationQueue.SendCommand | ( | Nedap.HandheldApi.Session.Command | command, |
byte[] | data | ||
) |
Send command to queue.
command | Command |
data | Data |
EventHandler<ResponseReceivedEventArgs> Nedap.HandheldApi.CommunicationQueue.ICommunicationQueue.OnResponseReceived |
Response has been received.
Implemented in Nedap.HandheldApi.CommunicationQueue.CommunicationQueue.