Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Model
MasterComponent
C# Class Model.MasterComponent
Inheritance:
Model.Component
Mostra file
Open project: egametang/Egametang
Class Usage Examples
Public Methods
Method
Description
AddSlave
(
string
address
) :
void
Lock
(
string
address
) :
Task
Release
(
string
address
) :
void
RemoveSlave
(
string
address
) :
void
Method Details
AddSlave()
public
method
public
AddSlave
(
string
address
) :
void
address
string
return
void
Lock()
public
method
public
Lock
(
string
address
) :
Task
address
string
return
Task
Release()
public
method
public
Release
(
string
address
) :
void
address
string
return
void
RemoveSlave()
public
method
public
RemoveSlave
(
string
address
) :
void
address
string
return
void