일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Barcode
- Encapusulation
- java
- length
- inheritance
- Overloading
- public
- stream
- mfc
- sensor
- Class
- parameter
- wpf
- compare
- SERIAL
- file access
- Contour
- UNO
- c++
- aduino
- memory
- atmega328
- APP
- Android
- flutter
- Read
- preprocessing
- Pointer
- Unity
- digitalRead
Archives
- Today
- Total
목록ipendpoint (1)
폴크(FOLC)

# WPF 사용하는 과정에서 Socket 을 이용해서 TCP/IP 로 데이터를 송/수신 > Socket 을 직접 만들어서 데이터 Send/Receive > Receive 자동으로 발생하는 통신 event 를 이용하여 데이터 연동 # 소스 코드 내용 using System; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; public class ClientSocket { private Socket m_sock_client = null; public bool ConnectServer(string ipstr, int port) { try { m_sock_client = new Socket(AddressF..
C#, WF, WPF(.NET)/C#, WF, WPF(.NET) 테크닉
2021. 12. 1. 22:55