Nedap.HandheldApi
Public Member Functions | Events
Nedap.HandheldApi.CommunicationQueue.ICommunicationQueue Interface Reference
Inheritance diagram for Nedap.HandheldApi.CommunicationQueue.ICommunicationQueue:
Nedap.HandheldApi.CommunicationQueue.CommunicationQueue

List of all members.

Public Member Functions

void SendCommand (Nedap.HandheldApi.Session.Command command, byte[] data)
 Send command to queue.

Events

EventHandler
< ResponseReceivedEventArgs
OnResponseReceived
 Response has been received.

Member Function Documentation

void Nedap.HandheldApi.CommunicationQueue.ICommunicationQueue.SendCommand ( Nedap.HandheldApi.Session.Command  command,
byte[]  data 
)

Send command to queue.

Parameters:
commandCommand
dataData

Event Documentation

EventHandler<ResponseReceivedEventArgs> Nedap.HandheldApi.CommunicationQueue.ICommunicationQueue.OnResponseReceived

Response has been received.

Implemented in Nedap.HandheldApi.CommunicationQueue.CommunicationQueue.