c# - is there OpenNETCF that can work with FrameWork 1.0 -


i work

opennetcf.dll opennetcf.net.dll 

for mac address terminal.

i dont have framework 3.5 on terminal , dont want install hem.

is there opennetcf can work framework 1.0 ?

thanks in advance

i think smart device framework 1.4 last version worked .netcf 1.0

in version, feature need can found at:

using opennetcf.net; ... adapterinfo[] infos = networkadapter.getadaptersinfo() if (infos != null && infos.length > 0)     byte[] macaddr = infos[0].macaddress;     ... 

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -