Table of Contents

Class UserDataHeader

Namespace
Inetlab.SMPP.Common
Assembly
cs.temp.dll.dll
Represents GSM User Data Header information in the short message user data.
public class UserDataHeader
Inheritance
Object
UserDataHeader
Derived

Constructors

UserDataHeader()

public UserDataHeader()

UserDataHeader(InformationElementIdentifiers, Byte[])

public UserDataHeader(InformationElementIdentifiers iei, byte[] data)

Parameters

iei InformationElementIdentifiers
data Byte[]

UserDataHeader(Byte, Byte[])

public UserDataHeader(byte iei, byte[] data)

Parameters

iei Byte
data Byte[]

Properties

Data

Information Element Data
public byte[] Data { get; set; }

Property Value

Byte[]

IEI

Identifies Information Element in the User Data Header
public InformationElementIdentifiers IEI { get; set; }

Property Value

InformationElementIdentifiers

Length

Length of Information Element
public byte Length { get; }

Property Value

Byte

Methods

Clone()

public UserDataHeader Clone()

Returns

UserDataHeader

Operators

Implicit(UserDataHeader to Byte[])

public static implicit operator byte[](UserDataHeader d)

Parameters

d UserDataHeader

Returns

Byte[]