일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- sensor
- memory
- Overloading
- Class
- stream
- public
- Contour
- UNO
- atmega328
- Encapusulation
- Android
- wpf
- preprocessing
- Barcode
- flutter
- SERIAL
- Pointer
- parameter
- compare
- Read
- digitalRead
- Unity
- mfc
- java
- file access
- aduino
- inheritance
- length
- APP
- Binary
Archives
- Today
- Total
목록IPAddress (1)
폴크(FOLC)
C# 테크닉 - 통신 Socket ( Client )
# 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