com.signalsoftcorp.lst.client
Interface WBP10Constants

All Superinterfaces:
Constants

public interface WBP10Constants
extends Constants

Constant specific to the WBP10 protocol.


Field Summary
static int BILLING_DISABLED
          (3002) Response code indicating that billing is disabled.
static int BILLING_NOT_ALLOWED
          (3001) Response code indicating that billing was not allowed.
 
Fields inherited from interface com.signalsoftcorp.lst.client.Constants
CLIENT_AUTHENTICATION_FAILED, CLIENT_NOT_ENABLED, CLIENT_NOT_FOUND, INCORRECT_PASSWORD, INVALID_ARGUMENT, INVALID_SUBSCRIBER_ID, MASTER_PRIVACY_DENY_ALL, OK, OPERATOR_SERVICE_NOT_ENABLED, SUBSCRIBER_NOT_FOUND, SUBSCRIBER_SERVICE_NOT_ENABLED, SUBSCRIBER_TYPE_NOT_ALLOWED, SYSTEM_FAILURE, UNDEFINED, UNSUPPORTED_SUBSCRIBER_TYPE
 

Field Detail

BILLING_NOT_ALLOWED

public static final int BILLING_NOT_ALLOWED
(3001) Response code indicating that billing was not allowed.

BILLING_DISABLED

public static final int BILLING_DISABLED
(3002) Response code indicating that billing is disabled.


Copyright © SignalSoft Corp. All Rights Reserved.