Click or drag to resize

SmsProvider Class

Note: This API is now obsolete.

Handle for sms provider. This handle is not supported anymore.
Inheritance Hierarchy
SystemObject
  Bosch.Vms.SDKSdkHandle
    Bosch.Vms.SDKSmsProvider

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
[ObsoleteAttribute("The SMS feature has been removed.", false)]
public class SmsProvider : SdkHandle

The SmsProvider type exposes the following members.

Properties
 NameDescription
Public propertyIsNull True if the handle represents a null value.
(Inherited from SdkHandle)
Top
Methods
 NameDescription
Public methodEquals Determines whether the specified Object is equal to the current Object.
(Inherited from SdkHandle)
Public methodGetHashCode Serves as a hash function for a particular type.
(Inherited from SdkHandle)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents the current Object.
(Inherited from SdkHandle)
Top
Fields
 NameDescription
Public fieldId The ID of the handle.
(Inherited from SdkHandle)
Public fieldServerId The ID of the server which contains the SdkHandle.
(Inherited from SdkHandle)
Top
See Also