以下のコード例では、ホスト・キーパッドに Enter キーと F1/Help キーのみを 表示する方法を示します。
public IHostKeypadDisplayInfo getHostKeypadDisplayInfo() {
// Construct an array of keys to include on the keypad
KeypadKey[] keysToDisplay = new KeypadKey[] {
new KeypadKey("[enter]", "Enter"),
new KeypadKey("[pf1]", "Help") };
// Construct and return the keypad display info object
return new HostKeypadDisplayInfo(keysToDisplay, true,
IHostKeypadDisplayInfo.DISPLAY_BUTTON);
}
Have feedback?
Google Analytics is used to store comments and ratings. To provide a comment or rating for a topic, click Accept All Cookies or Allow All in Cookie Preferences in the footer of this page.