Nedap.HandheldApi
|
Defines 2-way communication queue which interacts with communication port. More...
Public Member Functions | |
CommunicationQueue (ICommunicationPort port) | |
Constructor. | |
void | SendCommand (Session.Command command, byte[] data) |
Method for sendind a command. | |
void | Dispose () |
Dispose. | |
Properties | |
bool | Disposed [get, set] |
Events | |
EventHandler < ResponseReceivedEventArgs > | OnResponseReceived |
Event that willl be trigered when responce is received. |
Defines 2-way communication queue which interacts with communication port.
Nedap.HandheldApi.CommunicationQueue.CommunicationQueue.CommunicationQueue | ( | ICommunicationPort | port | ) |
Constructor.
port |
void Nedap.HandheldApi.CommunicationQueue.CommunicationQueue.Dispose | ( | ) |
Dispose.
void Nedap.HandheldApi.CommunicationQueue.CommunicationQueue.SendCommand | ( | Session.Command | command, |
byte[] | data | ||
) |
Method for sendind a command.
command | Command to send |
data | Data to send |
EventHandler<ResponseReceivedEventArgs> Nedap.HandheldApi.CommunicationQueue.CommunicationQueue.OnResponseReceived |
Event that willl be trigered when responce is received.
Implements Nedap.HandheldApi.CommunicationQueue.ICommunicationQueue.