C# Class refw.Communication.ClientStatus

Show file Open project: fry/refw Class Usage Examples

Public Properties

Property Type Description
Active bool
CallbackChannel IRouterCallback
Identifier Identifier
LastUpdate System.DateTime
StatusData byte[]

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Active public property

public bool Active
return bool

CallbackChannel public property

public IRouterCallback CallbackChannel
return IRouterCallback

Identifier public property

public Identifier,refw.Communication Identifier
return Identifier

LastUpdate public property

public DateTime,System LastUpdate
return System.DateTime

StatusData public property

public byte[] StatusData
return byte[]