Interface IConnection
Assembly: Experior.Interfaces.dll
Syntax
public interface IConnection
Properties
AutoConnect
Declaration
bool AutoConnect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Disposed
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Id
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Image
Declaration
ImageSource Image { get; }
Property Value
Type |
Description |
System.Windows.Media.ImageSource |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Notification
Declaration
bool Notification { get; }
Property Value
Type |
Description |
System.Boolean |
|
NumberOfDigits
Declaration
int NumberOfDigits { get; }
Property Value
Type |
Description |
System.Int32 |
|
Replayable
Declaration
bool Replayable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
State
Declaration
Property Value
Warning
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Methods
Disconnect()
Declaration
Dispose(Boolean)
Declaration
Parameters
Type |
Name |
Description |
System.Boolean |
force |
|
Returns
Type |
Description |
System.Boolean |
|
EstablishConnection()
Declaration
void EstablishConnection()
Reset()
Declaration
Send(Byte[])
Declaration
Parameters
Type |
Name |
Description |
System.Byte[] |
data |
|
Step(Single)
Declaration
void Step(float timestep)
Parameters
Type |
Name |
Description |
System.Single |
timestep |
|