在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → BacNet客户端程序c#源码

BacNet客户端程序c#源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:10.53M
  • 下载次数:25
  • 浏览次数:994
  • 发布时间:2020-07-04
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
BacNet协议客户端源码 c#版本。包含BacNet_IP ,MS_TP,PIP
【实例截图】
【核心代码】
BacNet_C
└── YaBe
├── 3244
│   ├── browser.ico
│   ├── calculator-alt.ico
│   ├── calculator.ico
│   ├── calendar.ico
│   ├── call-log.ico
│   ├── camera-alt.ico
│   ├── camera.ico
│   ├── clock.ico
│   ├── contacts.ico
│   ├── email.ico
│   ├── facebook.ico
│   ├── fave-contacts.ico
│   ├── fennec.ico
│   ├── gallery.ico
│   ├── gmail.ico
│   ├── google-talk.ico
│   ├── google-voice.ico
│   ├── maps.ico
│   ├── market.ico
│   ├── phone-alt.ico
│   ├── phone.ico
│   ├── sms-alt.ico
│   ├── sms.ico
│   ├── tweetdeck.ico
│   ├── twitter-alt.ico
│   └── twitter.ico
├── 726.rar
├── BACnet.ico
├── Whois.ico
├── Whois1.ico
├── Yabe
│   ├── AssemblyInfo.cs
│   ├── System
│   │   └── IO
│   │   └── BACnet
│   │   ├── BacnetAddress.cs
│   │   ├── BacnetAddressTypes.cs
│   │   ├── BacnetApplicationTags.cs
│   │   ├── BacnetAsyncResult.cs
│   │   ├── BacnetBitString.cs
│   │   ├── BacnetBvlcFunctions.cs
│   │   ├── BacnetBvlcResults.cs
│   │   ├── BacnetCOVSubscription.cs
│   │   ├── BacnetCharacterStringEncodings.cs
│   │   ├── BacnetClient.cs
│   │   ├── BacnetConfirmedServices.cs
│   │   ├── BacnetDeviceObjectPropertyReference.cs
│   │   ├── BacnetDeviceStatus.cs
│   │   ├── BacnetError.cs
│   │   ├── BacnetErrorClasses.cs
│   │   ├── BacnetErrorCodes.cs
│   │   ├── BacnetEventNotificationData.cs
│   │   ├── BacnetGenericTime.cs
│   │   ├── BacnetGetEventInformationData.cs
│   │   ├── BacnetIpUdpProtocolTransport.cs
│   │   ├── BacnetMaxAdpu.cs
│   │   ├── BacnetMaxSegments.cs
│   │   ├── BacnetMstpFrameTypes.cs
│   │   ├── BacnetMstpProtocolTransport.cs
│   │   ├── BacnetNetworkMessageTypes.cs
│   │   ├── BacnetNodeTypes.cs
│   │   ├── BacnetNpduControls.cs
│   │   ├── BacnetObjectId.cs
│   │   ├── BacnetObjectTypes.cs
│   │   ├── BacnetPduTypes.cs
│   │   ├── BacnetPipeTransport.cs
│   │   ├── BacnetPropertyIds.cs
│   │   ├── BacnetPropertyReference.cs
│   │   ├── BacnetPropertyValue.cs
│   │   ├── BacnetPropetyState.cs
│   │   ├── BacnetPtpDisconnectReasons.cs
│   │   ├── BacnetPtpFrameTypes.cs
│   │   ├── BacnetPtpProtocolTransport.cs
│   │   ├── BacnetReadAccessResult.cs
│   │   ├── BacnetReadAccessSpecification.cs
│   │   ├── BacnetReinitializedStates.cs
│   │   ├── BacnetRejectReasons.cs
│   │   ├── BacnetSegmentations.cs
│   │   ├── BacnetSerialPortTransport.cs
│   │   ├── BacnetServicesSupported.cs
│   │   ├── BacnetStatusFlags.cs
│   │   ├── BacnetTimestampTags.cs
│   │   ├── BacnetUnconfirmedServices.cs
│   │   ├── BacnetUnitsId.cs
│   │   ├── BacnetValue.cs
│   │   ├── IBacnetSerialTransport.cs
│   │   ├── IBacnetTransport.cs
│   │   ├── MessageRecievedHandler.cs
│   │   ├── Serialize
│   │   │   ├── APDU.cs
│   │   │   ├── ASN1.cs
│   │   │   ├── BVLC.cs
│   │   │   ├── EncodeBuffer.cs
│   │   │   ├── EncodeResult.cs
│   │   │   ├── MSTP.cs
│   │   │   ├── NPDU.cs
│   │   │   ├── PTP.cs
│   │   │   └── Services.cs
│   │   └── Storage
│   │   ├── DeviceStorage.cs
│   │   ├── Object.cs
│   │   └── Property.cs
│   ├── Utilities
│   │   ├── CustomProperty.cs
│   │   ├── CustomPropertyDescriptor.cs
│   │   ├── CustomSingleConverter.cs
│   │   ├── DoubleConverter.cs
│   │   ├── DynamicEnum.cs
│   │   ├── DynamicEnumConverter.cs
│   │   ├── DynamicPropertyGridContainer.cs
│   │   ├── IntToHexCustomTypeDescriptor.cs
│   │   ├── IntToHexTypeConverter.cs
│   │   └── IntToHexTypeDescriptionProvider.cs
│   ├── Yabe
│   │   ├── BacnetTrendLogValueType.cs
│   │   ├── DeviceCommunicationControlDialog.cs
│   │   ├── DeviceCommunicationControlDialog.resx
│   │   ├── FileTransfers.cs
│   │   ├── ForeignRegistry.cs
│   │   ├── ForeignRegistry.resx
│   │   ├── MainDialog.cs
│   │   ├── MainDialog.resx
│   │   ├── Program.cs
│   │   ├── ProgressDialog.cs
│   │   ├── ProgressDialog.resx
│   │   ├── Properties
│   │   │   ├── Resource.Designer.cs
│   │   │   ├── Resource.resx
│   │   │   └── Settings.cs
│   │   ├── ScheduleDisplay.cs
│   │   ├── ScheduleDisplay.resx
│   │   ├── SearchDialog.cs
│   │   ├── SearchDialog.resx
│   │   ├── SettingsDialog.cs
│   │   ├── SettingsDialog.resx
│   │   ├── SourceAddressDialog.cs
│   │   ├── SourceAddressDialog.resx
│   │   ├── TrendLogDecoder.cs
│   │   ├── TrendLogDisplay.cs
│   │   └── TrendLogDisplay.resx
│   ├── Yabe.csproj
│   ├── Yabe.csproj.user
│   ├── Yabe.pdb
│   ├── Yabe.pdb.xml
│   ├── Yabe.sln
│   ├── Yabe.suo
│   ├── bin
│   │   └── Debug
│   │   ├── Yabe.exe
│   │   ├── Yabe.pdb
│   │   ├── Yabe.vshost.exe
│   │   ├── Yabe.vshost.exe.manifest
│   │   └── ZedGraph.dll
│   ├── lib
│   │   └── ZedGraph.dll
│   └── obj
│   └── Debug
│   ├── DesignTimeResolveAssemblyReferences.cache
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── TempPE
│   │   └── Yabe.Properties.Resource.Designer.cs.dll
│   ├── Yabe.DeviceCommunicationControlDialog.resources
│   ├── Yabe.ForeignRegistry.resources
│   ├── Yabe.MainDialog.resources
│   ├── Yabe.ProgressDialog.resources
│   ├── Yabe.Properties.Resource.resources
│   ├── Yabe.ScheduleDisplay.resources
│   ├── Yabe.SearchDialog.resources
│   ├── Yabe.SettingsDialog.resources
│   ├── Yabe.SourceAddressDialog.resources
│   ├── Yabe.TrendLogDisplay.resources
│   ├── Yabe.csproj.FileListAbsolute.txt
│   ├── Yabe.csproj.GenerateResource.Cache
│   ├── Yabe.exe
│   └── Yabe.pdb
├── ZedGraph
│   ├── AlignH.cs
│   ├── AlignP.cs
│   ├── AlignV.cs
│   ├── ArrowObj.cs
│   ├── AssemblyInfo.cs
│   ├── Axis.cs
│   ├── AxisLabel.cs
│   ├── AxisType.cs
│   ├── Bar.cs
│   ├── BarBase.cs
│   ├── BarItem.cs
│   ├── BarSettings.cs
│   ├── BarType.cs
│   ├── BasicArrayPointList.cs
│   ├── Border.cs
│   ├── BoxObj.cs
│   ├── Chart.cs
│   ├── CollectionPlus.cs
│   ├── ColorSymbolRotator.cs
│   ├── CoordType.cs
│   ├── CurveItem.cs
│   ├── CurveList.cs
│   ├── DataPoint.cs
│   ├── DataSourcePointList.cs
│   ├── DateAsOrdinalScale.cs
│   ├── DateScale.cs
│   ├── DateUnit.cs
│   ├── EllipseObj.cs
│   ├── ErrorBar.cs
│   ├── ErrorBarItem.cs
│   ├── ExponentScale.cs
│   ├── Fill.cs
│   ├── FillType.cs
│   ├── FilteredPointList.cs
│   ├── FontSpec.cs
│   ├── GapLabel.cs
│   ├── GasGaugeNeedle.cs
│   ├── GasGaugeRegion.cs
│   ├── GraphObj.cs
│   ├── GraphObjList.cs
│   ├── GraphPane.cs
│   ├── HSBColor.cs
│   ├── HiLowBarItem.cs
│   ├── IPointList.cs
│   ├── IPointListEdit.cs
│   ├── ImageObj.cs
│   ├── JapaneseCandleStick.cs
│   ├── JapaneseCandleStickItem.cs
│   ├── Label.cs
│   ├── Legend.cs
│   ├── LegendPos.cs
│   ├── Line.cs
│   ├── LineBase.cs
│   ├── LineItem.cs
│   ├── LineObj.cs
│   ├── LineType.cs
│   ├── LinearAsOrdinalScale.cs
│   ├── LinearScale.cs
│   ├── Link.cs
│   ├── Location.cs
│   ├── LogScale.cs
│   ├── MajorGrid.cs
│   ├── MajorTic.cs
│   ├── Margin.cs
│   ├── MasterPane.cs
│   ├── MinorGrid.cs
│   ├── MinorTic.cs
│   ├── NoDupePointList.cs
│   ├── OHLCBar.cs
│   ├── OHLCBarItem.cs
│   ├── OrdinalScale.cs
│   ├── PaneBase.cs
│   ├── PaneLayout.cs
│   ├── PaneList.cs
│   ├── PerfDataType.cs
│   ├── PerformanceData.cs
│   ├── PieItem.cs
│   ├── PieLabelType.cs
│   ├── PointD.cs
│   ├── PointPair.cs
│   ├── PointPair4.cs
│   ├── PointPairBase.cs
│   ├── PointPairCV.cs
│   ├── PointPairList.cs
│   ├── PolyObj.cs
│   ├── RadarPointList.cs
│   ├── RenderModeType.cs
│   ├── RollingPointPairList.cs
│   ├── Sample.cs
│   ├── SampleMultiPointList.cs
│   ├── SamplePointList.cs
│   ├── SampleType.cs
│   ├── Scale.cs
│   ├── ScaleState.cs
│   ├── ScaleStateList.cs
│   ├── ScrollRange.cs
│   ├── ScrollRangeList.cs
│   ├── Selection.cs
│   ├── SortType.cs
│   ├── StepType.cs
│   ├── StickItem.cs
│   ├── StockPointList.cs
│   ├── StockPt.cs
│   ├── Symbol.cs
│   ├── SymbolType.cs
│   ├── TextObj.cs
│   ├── TextScale.cs
│   ├── UpgradeLog.XML
│   ├── ValueHandler.cs
│   ├── X2Axis.cs
│   ├── XAxis.cs
│   ├── XDate.cs
│   ├── Y2Axis.cs
│   ├── Y2AxisList.cs
│   ├── YAxis.cs
│   ├── YAxisList.cs
│   ├── ZOrder.cs
│   ├── ZedGraph
│   │   ├── ZedGraphLocale
│   │   │   └── tw.resx
│   │   └── ZedGraphLocale.resx
│   ├── ZedGraph.csproj
│   ├── ZedGraph.csproj.user
│   ├── ZedGraph.pdb
│   ├── ZedGraph.pdb.xml
│   ├── ZedGraph.sln
│   ├── ZedGraph.suo
│   ├── ZedGraphControl.cs
│   ├── ZedGraphControl.resx
│   ├── ZedGraphException.cs
│   ├── ZoomState.cs
│   ├── ZoomStateStack.cs
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport.xslt
│   │   ├── UpgradeReport_Minus.gif
│   │   └── UpgradeReport_Plus.gif
│   └── obj
│   └── Debug
│   ├── DesignTimeResolveAssemblyReferences.cache
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── ZedGraph.ZedGraph.ZedGraphLocale.resources
│   ├── ZedGraph.ZedGraph.ZedGraphLocale.tw.resources
│   ├── ZedGraph.ZedGraphControl.resources
│   ├── ZedGraph.csproj.FileListAbsolute.txt
│   ├── ZedGraph.csproj.GenerateResource.Cache
│   ├── ZedGraph.dll
│   └── ZedGraph.pdb
├── add.png
├── application_form.png
├── bin
│   ├── Yabe.exe
│   ├── Yabe.pdb
│   ├── Yabe.vshost.exe
│   ├── Yabe.vshost.exe.manifest
│   ├── ZedGraph.dll
│   └── ZedGraph.pdb
├── calendar_view_week.png
├── calendar_view_week1.png
├── channel.ico
├── chart_line.png
├── clock.png
├── cross.png
├── database.png
├── device.ico
├── eye.png
├── information.png
├── magnifier.png
├── note.png
├── ooopic_1442900700.png
├── ooopic_1442901086.ico
├── ooopic_1442901114.ico
├── ooopic_1442901151.ico
├── ooopic_1442901164.ico
├── ooopic_1442901219.ico
├── ooopic_1442901242.ico
├── ooopic_1442901253.ico
├── ooopic_1442902857.ico
├── ooopic_1442902930.ico
├── ooopic_1442902939.ico
├── ooopic_1442902968.ico
├── ooopic_1442909980.ico
├── transmit.png
├── world.png
├── 关于.ico
├── 设备.ico
├── 停止.png
├── 查询.png
├── 运行.png
├── 开关量.ico
├── 模拟量.ico
├── 关闭服务.ico
├── 对象列表.ico
├── 对象订阅.ico
├── 开启服务.ico
├── 搜索设备.ico
├── 时间同步.ico
├── 添加设备.ico
├── 移除设备.ico
├── 系统图标.ico
├── 设备控制.ico
├── 设备注册.ico
├── 退出系统.ico
├── 配置参数.ico
├── 信息提示.png
├── 增加设备.png
├── 服务启动.png
├── 程序图标.png
├── 系统信息.png
├── 退出服务.png
├── 退出系统.png
├── 配置参数.png
├── 信息提示1.png
└── 图标素材打包下载
├── 32_256.bmp
├── 32_257.bmp
├── 32_258.bmp
├── 32_259.bmp
├── 32_260.bmp
├── 32_261.bmp
├── 32_262.bmp
├── 32_263.bmp
├── 32_264.bmp
├── 32_265.bmp
├── 32_266.bmp
├── 32_267.bmp
├── 32_269.bmp
├── 32_270.bmp
├── 32_271.bmp
├── 32_272.bmp
├── 32_273.bmp
├── 32_274.bmp
├── 32_275.bmp
├── New%20document.png
├── book_open.png
├── bookmark_add.ico
├── bookmark_folder.ico
├── bookmark_toolbar.ico
├── bookmarks_list_add.ico
├── build.ico
├── button_cancel.ico
├── button_ok.ico
├── db_comit.ico
├── db_remove.ico
├── db_status.ico
├── db_update.ico
├── decrypted.ico
├── delete_group.ico
├── delete_table_col.ico
├── delete_table_row.ico
├── delete_user.ico
├── demo.ico
├── documentinfo.ico
├── down.ico
├── easymoblog.ico
├── edit.ico
├── edit_add.ico
├── edit_group.ico
├── edit_remove.ico
├── edit_user.ico
├── editclear.ico
├── editcopy.ico
├── editcopy.png
├── editcut.ico
├── editcut.png
├── editdelete.ico
├── editpaste.ico
├── edittrash.ico
├── encrypted.ico
├── endturn.ico
├── exec.ico
├── exit.ico
├── field.ico
├── fileclose.ico
├── fileexport.ico
├── filefind.ico
├── fileimport.ico
├── filenew.ico
├── fileopen.ico
├── fileprint.ico
├── filequickprint.ico
├── filesave.ico
├── filesaveas.ico
├── filter.ico
├── find.ico
├── findf.ico
├── flag.ico
├── folder-open.png
├── folder.ico
├── folder_new.ico
├── folder_sent_mail.ico
├── fonts.ico
├── format-text-bold.png
├── format-text-italic.png
├── format-text-underline.png
├── forward.ico
├── frameprint.ico
├── funct.ico
├── gear.ico
├── gnome-mime-application-x-font-sunos-news.png
├── gohome.ico
├── goto.ico
├── grid.ico
├── groupevent.ico
├── gtk-edit.png
├── gtk-paste.png
├── halfencrypted.ico
├── help.ico
├── history.ico
├── identity.ico
├── inbox.ico
├── info.ico
├── insert_table_col.ico
├── insert_table_row.ico
├── irkick.ico
├── irkickflash.ico
├── irkickoff.ico
├── kalarm.ico
├── kalarm_disabled.ico
├── kde.ico
├── kdevelop_down.ico
├── klipper_doc.ico
├── kmix.ico
├── kmixdocked_error.ico
├── kmixdocked_mute.ico
├── knewstuff.ico
├── kopeteavailable.ico
├── kopeteaway.ico
├── ksysguard.ico
├── laptop_charge.ico
├── laptop_nobattery.ico
├── laptop_nocharge.ico
├── laptop_power.ico
├── launch.ico
├── lin_agt_wrench.ico
├── list.ico
├── locationbar_erase.ico
├── lock.ico
├── loopnone.ico
├── mail_delete.ico
├── mail_find.ico
├── mail_forward.ico
├── mail_foward.ico
├── mail_generic.ico
├── mail_get.ico
├── mail_new.ico
├── mail_post_to.ico
├── mail_replay.ico
├── mail_replayall.ico
├── mail_reply.ico
├── mail_replyall.ico
├── mail_send.ico
├── mailappt.ico
├── messagebox_critical.ico
├── messagebox_info.ico
├── messagebox_warning.ico
├── misc.ico
├── money.ico
├── month.ico
├── mouse.ico
├── network.ico
├── new window.ico
├── newfont.ico
├── newmessage.ico
├── news_subscribe.ico
├── next.ico
├── no.ico
├── ok.ico
├── openterm.ico
├── organizer.ico
├── outbox.ico
├── player-end.ico
├── player_eject.ico
├── player_end.ico
├── player_fwd.ico
├── player_pause.ico
├── player_play.ico
├── player_rew.ico
├── player_start.ico
├── player_stop.ico
├── player_time.ico
├── player_volume.ico
├── playlist.ico
├── playsound.ico
├── power.ico
├── previous.ico
├── project_open.ico
├── queue.ico
├── rebuild.ico
├── redo.ico
├── refresh.gif
├── reload.ico
├── reload_all_tabs.ico
├── reload_page.ico
├── revert.ico
├── run.ico
├── runprog.ico
├── save (2).png
├── save.png
├── save_all.ico
├── search.ico
├── server.ico
├── seyon.ico
├── share.ico
├── sort_az.ico
├── spellcheck.ico
├── start.ico
├── status_unknown.ico
├── stock_new.png
├── stop.ico
├── tab.ico
├── tab_duplicate.ico
├── tab_new.ico
├── tab_new_raised.ico
├── tab_remove.ico
├── terminal.ico
├── thumbnail.ico
├── todo.ico
├── toggle_log.ico
├── top.ico
├── trash.ico
├── tux.ico
├── ui-color-picker-default.png
└── undo.ico

25 directories, 577 files

标签:

实例下载地址

BacNet客户端程序c#源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警