Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Details.DetailType Class Reference

The various types of detail. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Details.DetailType:

Static Public Member Functions

static DetailType FromCode (byte code)
 Returns the constant associated with the given code. More...
 

Static Public Attributes

static readonly DetailType SUMMARY = new DetailType( DetailTypeEnum.SUMMARY, 0 )
 Client summary. More...
 
static readonly DetailType LOCATION = new DetailType( DetailTypeEnum.LOCATION, 1 )
 Client location details. More...
 
static readonly DetailType CONNECTOR_NAME = new DetailType( DetailTypeEnum.CONNECTOR_NAME, 2 )
 Name of server connector that the client connected to. More...
 
static readonly DetailType SERVER_NAME = new DetailType( DetailTypeEnum.SERVER_NAME, 3 )
 Name of the server currently hosting the session. More...
 

Properties

byte Code [get, set]
 Returns the code representing this type. More...
 

Detailed Description

The various types of detail.

Member Function Documentation

static DetailType PushTechnology.ClientInterface.Client.Details.DetailType.FromCode ( byte  code)
static

Returns the constant associated with the given code.

Parameters
code
Returns

Member Data Documentation

readonly DetailType PushTechnology.ClientInterface.Client.Details.DetailType.CONNECTOR_NAME = new DetailType( DetailTypeEnum.CONNECTOR_NAME, 2 )
static

Name of server connector that the client connected to.

readonly DetailType PushTechnology.ClientInterface.Client.Details.DetailType.LOCATION = new DetailType( DetailTypeEnum.LOCATION, 1 )
static

Client location details.

readonly DetailType PushTechnology.ClientInterface.Client.Details.DetailType.SERVER_NAME = new DetailType( DetailTypeEnum.SERVER_NAME, 3 )
static

Name of the server currently hosting the session.

readonly DetailType PushTechnology.ClientInterface.Client.Details.DetailType.SUMMARY = new DetailType( DetailTypeEnum.SUMMARY, 0 )
static

Client summary.

Property Documentation

byte PushTechnology.ClientInterface.Client.Details.DetailType.Code
getset

Returns the code representing this type.


The documentation for this class was generated from the following file: