0

What is .net SDK means?

i am interested in RFID scanner and i asked the seller that i wanted to make a custom application using their hardware, and they said that they could provide the .net SDK. I just wonder is it like the package that i can include in .net programming?

I am a beginner programmer, any link or explanation will be helpful.

Chon
  • 29
  • 3

2 Answers2

1

In general, the .net SDK for RFID are C# library wrapping their C library that you need to include in your software.

You will normally have a example of use-case in the package and a documentation.

Liryna
  • 253
  • 1
  • 14
0

.NET SDK for RFID are the C# library which you can include in your project. It provides an API in which you can customise your rfid application with the available functions like read, read/write, kill etc.

Raize Ahamed
  • 285
  • 2
  • 5
  • 20