Click or drag to resize
DiaGlobWrapperCommonDeviceInformation Class
diaGlobWrapper Help
Encapsulates device specific information
Inheritance Hierarchy
SystemObject
  InkostarDiaGlobWrapperCommonDeviceInformation

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public class DeviceInformation

The DiaGlobWrapperCommonDeviceInformation type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBusArchitecture
Returns the SCbus architecture used on the board. Possible values can be TDM, H.100 or H.110
Public propertyBusEncoding
Returns the SCbus encoding used on the board. Possible values can be mu-law, A-law, linear or none
Public propertyDeviceFamily
Returns the SCbus board family. Possible values can be CT_NETSTRUCTIP, CT_DFD41D, CT_DFD41E, CT_DFSPAN, CT_DFMSI or CT_DFSCX
Public propertyNetworkInterfaceType
Returns the SCbus network interface type. Possible values can be CT_IPT, CT_NTANALOG, CT_NTT1, CT_NTE1, CT_NTMSI, CT_NTHIZ, CT_NTTXZSWITCHABLE or CT_NTNONE
Public propertyVoiceChannelName
Returns a character string containing the board and channel of the voice channel resource associated with the station interface
Top
See Also