'UWP'에 해당되는 글 1건

  1. 2017.01.12 UWP TCP Client Sample in C#

라즈베리파이에서 Visual Studio를 이용하여 C#을 올릴 경우 UWP(Universal Windows Platform)을 사용하게 됩니다.  아쉬운 점은 많은 기존 API들을 아직 지원하지 않는 점입니다. 이에 간단한 Client Sample을 하나 공유합니다.

아래는 동작 코드가 아니며, 프로그램 코드의 일부로 Socket 및 Class를 닫거나, 수신을 정지하는 상태 등은 임의로 만드시면 될 것 같습니다.

감사합니다.

This code is a sample code of the UWP for Windows IOT which does not support many previous APIs.

The sample code is a part of the whole-code and cannot be compliled thus please refer it and write your own code for closing class and sockets, and receiving conditions.

Thank you


Posted by kkckc
,