C# Class refw.Communication.ClientStatus

Mostrar archivo 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_oe property

public bool Active
return bool

CallbackChannel public_oe property

public IRouterCallback CallbackChannel
return IRouterCallback

Identifier public_oe property

public Identifier,refw.Communication Identifier
return Identifier

LastUpdate public_oe property

public DateTime,System LastUpdate
return System.DateTime

StatusData public_oe property

public byte[] StatusData
return byte[]