Show / Hide Table of Contents

Interface IConnection

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IConnection

Properties

AutoConnect

Declaration
bool AutoConnect { get; set; }
Property Value
Type Description
System.Boolean

Disposed

Declaration
bool Disposed { get; }
Property Value
Type Description
System.Boolean

Id

Declaration
int Id { get; }
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
State State { get; }
Property Value
Type Description
State

Warning

Declaration
bool Warning { get; }
Property Value
Type Description
System.Boolean

Methods

Disconnect()

Declaration
void Disconnect()

Dispose(Boolean)

Declaration
bool Dispose(bool force)
Parameters
Type Name Description
System.Boolean force
Returns
Type Description
System.Boolean

EstablishConnection()

Declaration
void EstablishConnection()

Reset()

Declaration
void Reset()

Send(Byte[])

Declaration
void Send(byte[] data)
Parameters
Type Name Description
System.Byte[] data

Step(Single)

Declaration
void Step(float timestep)
Parameters
Type Name Description
System.Single timestep
Back to top Generated by DocFX