|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
this interface defines the method that the upcsender will require for sending the sms
Method Summary | |
byte[] |
receiveData(java.lang.String endDelimiter,
int ptout)
receive bytes. |
boolean |
transmitBytes(byte[] b,
int len)
transmit bytes. |
Method Detail |
public boolean transmitBytes(byte[] b, int len)
BasicSubmitMessage currentMessage= new BasicSubmitMessage(); currentMessage.originator=from; currentMessage.recipient=destination; currentMessage.alphaMessage=message; byte[] b=currentMessage.toBytes(); adapter.transmitBytes(b,b.length);
public byte[] receiveData(java.lang.String endDelimiter, int ptout)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |