Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ElkM1DesktopApp
SecureConnection
C# Class ElkM1DesktopApp.SecureConnection
Inheritance:
CSharpConnection
Show file
Open project: ElkProducts/ElkM1API
Class Usage Examples
Public Methods
Method
Description
Connect
(
string
location
,
int
port
) :
bool
Recieve
( ) :
CharVector
Send
(
CharVector
data
) :
void
Method Details
Connect()
public
method
public
Connect
(
string
location
,
int
port
) :
bool
location
string
port
int
return
bool
Recieve()
public
method
public
Recieve
( ) :
CharVector
return
CharVector
Send()
public
method
public
Send
(
CharVector
data
) :
void
data
CharVector
return
void