?? bindreceiver.java
字號:
package ie.omk.smpp.message;/** * Bind to the SMSC as receiver. This message is used to bind to the SMSC as a * Receiver ESME. * * @author Oran Kelly * @version 1.0 */public class BindReceiver extends ie.omk.smpp.message.Bind { /** * Constructs a new BindReceiver. */ public BindReceiver() { super(BIND_RECEIVER); } /** * Convert this packet to a String. Not to be interpreted programmatically, * it's just dead handy for debugging! */ public String toString() { return "bind_receiver"; }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -