일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- java
- atmega328
- parameter
- file access
- public
- flutter
- APP
- preprocessing
- Class
- compare
- Encapusulation
- Pointer
- SERIAL
- length
- Unity
- Read
- Contour
- Overloading
- wpf
- digitalRead
- memory
- inheritance
- stream
- sensor
- Android
- Binary
- Barcode
- UNO
- aduino
- mfc
Archives
- Today
- Total
목록HDD (1)
폴크(FOLC)
C# 테크닉 - NetworkDrive
# 네트워크에서 운영되는 HDD 드라이브 > 근거리 통신망으로 네트워크의 선택된 사용자에게 공유 > 표준 디스크 드라이브와 동일하게 액세스를 제공 # 소스 코드 using System; using System.Text; using System.Runtime.InteropServices; // 연결 하기 [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] public struct NetworkResource { public uint Scope; public uint Type; public uint DisplayType; public uint Usage; public string LocalName; public string RemoteName; pu..
C#, WF, WPF(.NET)/C#, WF, WPF(.NET) 테크닉
2021. 12. 8. 16:05