Nedap.HandheldApi
|
Data representing a response. More...
Public Member Functions | |
ResponseReceivedEventArgs (Session.Response response, byte[] data) | |
Constructor. | |
Properties | |
Session.Response | Response [get, set] |
Property that holds one of available responces. | |
byte[] | Data [get, set] |
Byte array property that hold received data. |
Data representing a response.
Nedap.HandheldApi.CommunicationQueue.ResponseReceivedEventArgs.ResponseReceivedEventArgs | ( | Session.Response | response, |
byte[] | data | ||
) |
Constructor.
response | |
data |
byte [] Nedap.HandheldApi.CommunicationQueue.ResponseReceivedEventArgs.Data [get, set] |
Byte array property that hold received data.
Session.Response Nedap.HandheldApi.CommunicationQueue.ResponseReceivedEventArgs.Response [get, set] |
Property that holds one of available responces.