i want use other Datacoding

.NET library for SMPP protocol
Locked
fireoff
Posts: 3
Joined: Mon Jul 01, 2013 10:30 am

i want use other Datacoding

Post by fireoff » Sun Jul 07, 2013 8:20 am

hello

i want use datacoding by this byte ==> (byte)25

but in this component you don't allow to use another coding and must use DataCodings struct

how i send text message in (byte)25 datacoding
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: i want use other Datacoding

Post by alt » Thu Jul 18, 2013 4:04 pm

Hello

this code should help:

submitSm.DataCoding = (DataCodings) 25;
Locked