SmppClient component documentation

SmppClient.GetShortMessage Method 

Gets the short message String from a Byte array

[Visual Basic]
Public Function GetShortMessage( _
   ByVal DataCoding As enuDataCoding, _
   ByVal ShortMessage As Byte() _
) As String
[C#]
public string GetShortMessage(
   enuDataCoding DataCoding,
   byte[] ShortMessage
);

Parameters

DataCoding
The smpp data coding
ShortMessage
The short message byte array

Return Value

The short message string

See Also

SmppClient Class | Devshock.Protocol Namespace