ModemBase Members

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ModemBase Class >

ModemBase Members

BR.AN.PviServices .NET


ModemBase overview

Public Instance Constructors

pubmethod ModemBase Constructor

Initializes a new instance of the ModemBase class.

Public Instance Properties

pubpropertyCommunicationPort

The identifacation of the communication port.

pubpropertyDeviceParameterString

Call this method to split all parameters into CPU and device parameters and get the DEVICE parameters.

pubpropertyModem

Gets or sets the type of modem to be used.

pubpropertyPhoneNumber

Gets or sets the phone number. Phone number to be dialed according to the 'ITU-T Recommendation E.123' format, e.g. +43(7748)6586. The entire phone number should always be specified (with country code). Conversions to the actual number are done automatically. This string must be written in single quotation marks.

pubpropertyRedial

Gets or sets the maximum number of unsuccessful dialing attempts. Specifies how often it should be attempted to re-establish a broken connection. If "INFINITE" is specified, redialing continues indefinitely. A value 0 means that no attempts at redialing are made. The parameter is only relevant if PhoneNumber is set.

pubpropertyRedialTimeout

Gets or sets the timeout for redialing in seconds. If a dialing attempt fails, then this time interval is always observed before another attempt is made. DEFAULT = 60.

Public Instance Methods

pubmethodFromXmlTextReader

Reads the configuration from xml configuration file and updates.

pubmethodToString

Overrides the basic implementation.

See Also

ModemBase Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]